Function: validateAbsoluteBinaryPath()
ts
function validateAbsoluteBinaryPath(
value: string | undefined,
optionName: string,
): string | undefined;Defined in: src/batteries/sandbox/escape.ts:57
Validate a configurable binary path without checking whether the binary exists.
Parameters
| Parameter | Type |
|---|---|
value | string | undefined |
optionName | string |
Returns
string | undefined