api/interfaces/ireadlineenv
Globals / IReadLineEnv
Interface: IReadLineEnv
Hierarchy
- IReadLineEnv
Index
Properties
Properties
readLine
• readLine: { createInterface: (_: { input: ReadStream ; output: WriteStream }) => Interface }
Defined in packages/console/lib/Console.ts:18
Type declaration:
Name | Type |
---|---|
createInterface | (_: { input: ReadStream ; output: WriteStream }) => Interface |