Skip to content

Commit

Permalink
doc: add return type of readline.createInterface
Browse files Browse the repository at this point in the history
PR-URL: #37600
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Benjamin Gruenbaum <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
RaisinTen authored and targos committed May 1, 2021
1 parent 68d5cb8 commit b192227
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/api/readline.md
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@ changes:
**Default:** `500`.
* `tabSize` {integer} The number of spaces a tab is equal to (minimum 1).
**Default:** `8`.
* Returns: {readline.Interface}

The `readline.createInterface()` method creates a new `readline.Interface`
instance.
Expand Down

0 comments on commit b192227

Please sign in to comment.