Skip to main content Link Search Menu Expand Document (external link)

NodeContext.ts overview

Since v1.0.0


Exports Grouped by Category


layer

layer

Signature

declare const layer: Layer.Layer<any>

Source

Since v1.0.0

models

NodeContext (type alias)

Signature

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

Source

Since v1.0.0