next
Version:
The React Framework
7 lines (6 loc) • 459 B
TypeScript
import * as pathToRegexp from 'next/dist/compiled/path-to-regexp';
export { pathToRegexp };
export declare const matcherOptions: pathToRegexp.TokensToRegexpOptions & pathToRegexp.ParseOptions;
export declare const customRouteMatcherOptions: pathToRegexp.TokensToRegexpOptions & pathToRegexp.ParseOptions;
declare const _default: (customRoute?: boolean) => (path: string) => (pathname: string | null | undefined, params?: any) => any;
export default _default;