Home
last modified time | relevance | path

Searched refs:basicSanitizePath (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-router/build/fork/
H A DgetPathFromState.js317 return { path: appendBasePath(basicSanitizePath(path)), params: decodeParams(allParams) };
406 function basicSanitizePath(path) { function
H A DgetPathFromState.js.map1basicSanitizePath(path)), params: decodeParams(allParams) };\n}\n\nfunction decodeParams(params: R…
/expo/packages/expo-router/src/fork/
H A DgetPathFromState.ts406 return { path: appendBasePath(basicSanitizePath(path)), params: decodeParams(allParams) };
532 function basicSanitizePath(path: string) { function