We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ffe1e4 commit 584ce83Copy full SHA for 584ce83
docs/Node/ReadLine.md
@@ -63,6 +63,14 @@ createInterface :: forall eff. Completer eff -> Eff (console :: CONSOLE | eff) I
63
64
Create an interface with the specified completion function.
65
66
+#### `close`
67
+
68
+``` purescript
69
+close :: forall eff. Interface -> Eff (console :: CONSOLE | eff) Interface
70
+```
71
72
+Close the specified `Interface`.
73
74
#### `noCompletion`
75
76
``` purescript
0 commit comments