Function: normalizeSandboxPath()
ts
function normalizeSandboxPath(input: string): string;Defined in: src/batteries/sandbox/paths.ts:45
Normalise a model path; leading separators denote the sandbox root.
Parameters
| Parameter | Type |
|---|---|
input | string |
Returns
string