Function: createModelPath()
ts
function createModelPath(value: string): ModelPath;Defined in: src/batteries/sandbox/types.ts:17
Create a presentation/normalisation path only; this is NOT a containment guarantee. Every filesystem use must still pass through PathTranslator.toRelative().
Parameters
| Parameter | Type |
|---|---|
value | string |