Searched refs:isVersionedPath (Results 1 – 3 of 3) sorted by relevance
32 if (isVersionedPath(redirectPath)) {45 if (isVersionedPath(redirectPath) && !pathRequiresVersioning(redirectPath)) {62 if (isVersionedPath(redirectPath) && isVersionDocumented(redirectPath)) {97 function isVersionedPath(path: string) { function
21 export const isVersionedPath = (path: string) => { constant
4 import { isVersionedPath } from '~/common/routes';53 return isVersionedPath(path)