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
| Parameter | Type |
|---|---|
input | string |
Returns
boolean