UNPKG

next

Version:

The React Framework

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