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

NodeContext overview

Added in v1.0.0


Table of contents


layer

layer

Signature

export declare const layer: Layer.Layer<any>

Added in v1.0.0

models

NodeContext (type alias)

Signature

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

Added in v1.0.0