Package: @effect/platform-bun
Module: BunTerminal
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>
Since v4.0.0