3 lines
230 B
TypeScript
Executable file
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;
|