UNPKG

openapi-connect

Version:
5 lines (4 loc) 168 B
import { ServerResponse } from 'http'; export declare const send: (res: ServerResponse, code: number, result?: any, headers?: { 'Content-Type': string; }) => void;