DiscofyAPI/node_modules/helmet/dist/middlewares/x-xss-protection/index.d.ts

4 lines
191 B
TypeScript
Raw Normal View History

2021-03-25 17:23:36 +01:00
import { IncomingMessage, ServerResponse } from "http"
declare function xXssProtection(): (_req: IncomingMessage, res: ServerResponse, next: () => void) => void
export default xXssProtection