UNPKG

next

Version:

The React Framework

4 lines (3 loc) 209 B
import type { Rewrite } from './load-custom-routes'; import type { DeepReadonly } from '../shared/lib/deep-readonly'; export declare function isInterceptionRouteRewrite(route: DeepReadonly<Rewrite>): boolean;