index.d.ts 208 Bytes
/// <reference types="node" />
import { IncomingMessage, ServerResponse } from 'http';
declare const _default: () => (_req: IncomingMessage, res: ServerResponse, next: () => void) => void;
export = _default;