Thanks to visit codestin.com
Credit goes to effect-ts.github.io

Skip to main content Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App

NodeContext.ts overview

Since v1.0.0


Exports Grouped by Category


layer

layer

Signature

declare const layer: Layer.Layer<NodeContext, never, never>

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