NodeTerminal
Node.js implementation of the Effect Terminal service.
This module reuses the shared Node terminal implementation. make creates a scoped process-backed Terminal service, and layer provides the default 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.