wilddragon-site/node_modules/next/dist/server/lib/router-utils/block-cross-site-dev.d.ts
2026-04-17 15:51:01 -04:00

3 lines
280 B
TypeScript
Executable file

import type { Duplex } from 'stream';
import type { IncomingMessage, ServerResponse } from 'node:http';
export declare const blockCrossSiteDEV: (req: IncomingMessage, res: ServerResponse | Duplex, allowedDevOrigins: string[] | undefined, hostname: string | undefined) => boolean;