Hyperlinkv0.8.0-beta.28

NodeTerminal

(shouldQuit?: (input: UserInput) => boolean): Effect<
  Terminal,
  never,
  Scope
>

Creates a scoped Terminal service backed by process stdin/stdout, using the optional predicate to decide when key input should end the input stream.

constructors
export const make: (shouldQuit?: (input: UserInput) => boolean) => Effect<Terminal, never, Scope> = NodeTerminal.make