NodeStdio.ts
NodeStdio.ts overview
Section titled “NodeStdio.ts overview”Node.js Stdio layer for the current process.
The exported layer reuses the shared Node stdio implementation. It satisfies
the platform-independent Stdio service by reading command-line arguments
from process.argv, consuming input from process.stdin, and writing output
streams to process.stdout and process.stderr.
Since v4.0.0
Exports Grouped by Category
Section titled “Exports Grouped by Category”layers
Section titled “layers”Provides the Stdio service backed by the current process arguments,
stdin, stdout, and stderr streams.
Signature
declare const layer: Layer.Layer<Stdio, never, never>Since v4.0.0