wilddragon-site/node_modules/next/dist/server/route-modules/app-page/normalize-request-url.d.ts
2026-04-17 15:51:01 -04:00

3 lines
230 B
TypeScript
Executable file

import type { IncomingMessage } from 'http';
import type { BaseNextRequest } from '../../base-http';
export declare function normalizeAppPageRequestUrl(req: Pick<IncomingMessage | BaseNextRequest, 'url'>, pathname: string): void;