Home
last modified time | relevance | path

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

/expo/docs/common/
H A Derror-utilities.ts32 if (isVersionedPath(redirectPath)) {
45 if (isVersionedPath(redirectPath) && !pathRequiresVersioning(redirectPath)) {
62 if (isVersionedPath(redirectPath) && isVersionDocumented(redirectPath)) {
97 function isVersionedPath(path: string) { function
H A Droutes.ts21 export const isVersionedPath = (path: string) => { constant
/expo/docs/providers/
H A Dpage-api-version.tsx4 import { isVersionedPath } from '~/common/routes';
53 return isVersionedPath(path)