Coconstructor
Bun

constructor

readline.Interface.constructor

Not implemented in Bun

constructor Interface(
input: ReadableStream,
output?: WritableStream,
completer?: Completer | AsyncCompleter,
terminal?: boolean

NOTE: According to the documentation:

Instances of the readline.Interface class are constructed using the readline.createInterface() method.

constructor Interface(

NOTE: According to the documentation:

Instances of the readline.Interface class are constructed using the readline.createInterface() method.