UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

9 lines (8 loc) 321 B
/// <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;