%PDF- %PDF-
Direktori : /var/www/html/node_modules/next/dist/build/webpack/loaders/ |
Current File : /var/www/html/node_modules/next/dist/build/webpack/loaders/next-middleware-loader.d.ts |
import type { MiddlewareMatcher } from '../../analysis/get-page-static-info'; export declare type MiddlewareLoaderOptions = { absolutePagePath: string; page: string; rootDir: string; matchers?: string; }; export declare function encodeMatchers(matchers: MiddlewareMatcher[]): string; export declare function decodeMatchers(encodedMatchers: string): MiddlewareMatcher[]; export default function middlewareLoader(this: any): string;