-
- Notifications
You must be signed in to change notification settings - Fork 33.7k
Closed
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.readlineIssues and PRs related to the built-in readline module.Issues and PRs related to the built-in readline module.
Description
There are several exposed methods on readline that are not documented:
readline.getStringWidth()readline.isFullWidthCodePoint()readline.stripVTControlCharacters()readline.emitKeypressEvents()
They should IMHO either be documented or made internal. Preferably the latter.
Most of these are already modules on npm anyways:
getStringWidth→string-widthisFullWidthCodePoint→is-fullwidth-code-pointstripVTControlCharacters→strip-ansi
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.readlineIssues and PRs related to the built-in readline module.Issues and PRs related to the built-in readline module.