Skip to content

NodeContext

2 exports Added in v1.0.0 Source

Layer

layer

Added in v1.0.0 Source

Signature

declare const layer: Layer.Layer<NodeContext>;

Models

NodeContext type

Added in v1.0.0 Source

Signature

type NodeContext =
| CommandExecutor.CommandExecutor
| FileSystem.FileSystem
| Path.Path
| Terminal.Terminal
| Worker.WorkerManager;