Skip to content

Commit 584ce83

Browse files
committed
Regenerated docs.
1 parent 0ffe1e4 commit 584ce83

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/Node/ReadLine.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,14 @@ createInterface :: forall eff. Completer eff -> Eff (console :: CONSOLE | eff) I
6363

6464
Create an interface with the specified completion function.
6565

66+
#### `close`
67+
68+
``` purescript
69+
close :: forall eff. Interface -> Eff (console :: CONSOLE | eff) Interface
70+
```
71+
72+
Close the specified `Interface`.
73+
6674
#### `noCompletion`
6775

6876
``` purescript

0 commit comments

Comments
 (0)