Skip to content
1 min read · 38 words

Function: sandboxedExecutor()

ts
function sandboxedExecutor(options: SandboxedExecutorOptions): BinaryExecutor;

Defined in: src/batteries/sandbox/executor.ts:41

Create a BinaryExecutor that wraps invocations unless an explicitly audited bypass applies.

Parameters

ParameterType
optionsSandboxedExecutorOptions

Returns

BinaryExecutor