Skip to content

BunContext

2 exports Added in v1.0.0 Source

Layer

layer

Added in v1.0.0 Source

Signature

declare const layer: Layer.Layer<BunContext>;

Models

BunContext type

Added in v1.0.0 Source

Signature

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