Skip to content
1 min read · 38 words

Function: assertArgvValue()

ts
function assertArgvValue(value: string): string;

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

Reject an argv value which would otherwise be interpreted as an option.

Parameters

ParameterType
valuestring

Returns

string