%PDF- %PDF-
Direktori : /var/www/html/node_modules/next/dist/lib/ |
Current File : /var/www/html/node_modules/next/dist/lib/redirect-status.d.ts |
export declare const allowedStatusCodes: Set<number>; export declare function getRedirectStatus(route: { statusCode?: number; permanent?: boolean; }): number; export declare function modifyRouteRegex(regex: string, restrictedPaths?: string[]): string;