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
| Parameter | Type | Default value |
|---|---|---|
value | string | '/bin/bash' |
Returns
string