Skip to content
1 min read · 51 words

Variable: assertPosixBinShell

ts
const assertPosixBinShell: (value: string) => string = validateBinShell;

Defined in: src/batteries/sandbox/escape.ts:52

Alias used by the SRT adapter at construction time.

Validate the shell selected by the Node SRT adapter.

Parameters

ParameterTypeDefault value
valuestring'/bin/bash'

Returns

string