mirror of
https://codeberg.org/tacerus/teddit.git
synced 2025-02-18 23:30:42 +01:00
4 lines
194 B
TypeScript
4 lines
194 B
TypeScript
![]() |
import { IncomingMessage, ServerResponse } from "http";
|
||
|
declare function xXssProtection(): (_req: IncomingMessage, res: ServerResponse, next: () => void) => void;
|
||
|
export default xXssProtection;
|