Skip to content
1 min read · 45 words

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

ParameterType
valuestring

Returns

ModelPath