effect-io-ai

Package: @effect/platform-bun
Module: BunTerminal

BunTerminal.make

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

Signature

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

Source

Since v4.0.0