Variable: escapeShellValue
ts
const escapeShellValue: (value: string) => Promise<string> = quoteShellValue;Defined in: src/batteries/sandbox/escape.ts:107
Compatibility alias for consumers that describe this operation as escaping.
Quote one command string as one shell argument.
Parameters
| Parameter | Type |
|---|---|
value | string |
Returns
Promise<string>