effect-io-ai

Package: @effect/platform-node
Module: NodeServices

NodeServices.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

Source

Since v4.0.0