UNPKG

194 BTypeScriptView Raw
1import { IncomingMessage, ServerResponse } from "http";
2declare function xXssProtection(): (_req: IncomingMessage, res: ServerResponse, next: () => void) => void;
3export default xXssProtection;