UNPKG

195 BTypeScriptView Raw
1/// <reference types="node" />
2import http from 'http';
3import { Response } from './lambda';
4export declare function sendServerlessResponse(res: http.ServerResponse, r: Partial<Response>): void;