including-modules
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user