wilddragon-site/node_modules/next/dist/server/route-modules/app-page/normalize-request-url.d.ts

4 lines
230 B
TypeScript
Raw Normal View History

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