An error occurred while loading the file. Please try again.
-
Rosanny Sihombing authored484dc1df
import { IncomingMessage, ServerResponse } from "http"
export interface XFrameOptionsOptions {
action?: string
}
declare function xFrameOptions(options?: Readonly<XFrameOptionsOptions>): (_req: IncomingMessage, res: ServerResponse, next: () => void) => void
export default xFrameOptions