BunTerminal
Bun-backed implementation of Effect's Terminal service.
This module reuses the shared Node terminal implementation for Bun. make creates a scoped process-backed Terminal service, and layer provides the default terminal service with the standard quit behavior for key input.
Creates a scoped
Terminalservice backed by process stdin/stdout, using the optional predicate to decide when key input should end the input stream.