Skip to main content
readline/promises - Node documentation

Usage in Deno

import * as mod from "node:readline/promises";

Classes

c
Interface

Instances of the readlinePromises.Interface class are constructed using thereadlinePromises.createInterface() method. Every instance is associated with asingle input Readable stream and a single output Writable stream.The output stream is used to print prompts for user input that arrives on,and is read from, the input stream.

c
Readline
No documentation available

Functions

f
createInterface

The readlinePromises.createInterface() method creates a new readlinePromises.Interfaceinstance.