Searched refs:allowMultipleSegments (Results 1 – 3 of 3) sorted by relevance
22 const validateSingleParam = (dynamic, value, allowMultipleSegments) => { argument27 if (parts.length > 1 && !allowMultipleSegments) {
1 …allowMultipleSegments?: boolean\n ) => {\n if (typeof value !== 'string') {\n throw new E…
39 allowMultipleSegments?: boolean49 if (parts.length > 1 && !allowMultipleSegments) {