3 lines
No EOL
270 B
TypeScript
3 lines
No EOL
270 B
TypeScript
import type http from "node:http";
|
|
export declare function handleErrorPage(req: http.IncomingMessage, res: http.ServerResponse, statusCode: number, responseOverridesRule: SWAConfigFileResponseOverrides | undefined): void;
|
|
//# sourceMappingURL=error-page.handler.d.ts.map
|