ReplOptions.stdin property
Home > streplts > ReplOptions > stdin
ReplOptions.stdin property
Section titled “ReplOptions.stdin property”Input listener streaming interface emitting character buffers. Defaults to process.stdin.
Signature:
stdin?: Readable & { isTTY?: boolean; setRawMode?: (mode: boolean) => void; };