Package: @effect/platform-node
Module: NodeServices
The union of core services provided by the Node platform layer, including child process spawning, filesystem, path, stdio, and terminal services.
Signature
type NodeServices = ChildProcessSpawner | Crypto | FileSystem | Path | Stdio | Terminal
Since v4.0.0