Skip to content
1 min read · 34 words

Function: quoteShellValue()

ts
function quoteShellValue(value: string): Promise<string>;

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

Quote one command string as one shell argument.

Parameters

ParameterType
valuestring

Returns

Promise<string>