Your IP : 216.73.216.40


Current Path : /var/www/html/wetty/node_modules/frameguard/dist/
Upload File :
Current File : /var/www/html/wetty/node_modules/frameguard/dist/index.d.ts

/// <reference types="node" />
import { IncomingMessage, ServerResponse } from 'http';
interface FrameguardOptions {
    action?: string;
    domain?: string;
}
declare const _default: (options?: FrameguardOptions | undefined) => (_req: IncomingMessage, res: ServerResponse, next: () => void) => void;
export = _default;