Skip to content
1 min read · 37 words

Function: isRejectedSandboxPath()

ts
function isRejectedSandboxPath(input: string): boolean;

Defined in: src/batteries/sandbox/paths.ts:38

Return whether a path is an unambiguous host escape before normalisation.

Parameters

ParameterType
inputstring

Returns

boolean