Skip to content
1 min read · 46 words

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

ParameterType
valuestring | undefined
optionNamestring

Returns

string | undefined