UNPKG

presta

Version:

Hyper minimal framework for the modern web.

5 lines (4 loc) 195 B
/// <reference types="node" /> import http from 'http'; import { Response } from './lambda'; export declare function sendServerlessResponse(res: http.ServerResponse, r: Partial<Response>): void;