UNPKG

jspurefix

Version:
8 lines (7 loc) 248 B
/// <reference types="node" /> import { IHtmlOptions } from './html-options'; export interface IHttpAdapter { getOptions: (data: Buffer) => IHtmlOptions | null; beginMessage: (msgType: string) => void; endMessage: (m: any) => Buffer; }