UNPKG

next

Version:

The React Framework

4 lines (3 loc) 232 B
import { IncomingMessage, ServerResponse } from 'http'; import { ServerlessHandlerCtx } from './utils'; export declare function getApiHandler(ctx: ServerlessHandlerCtx): (req: IncomingMessage, res: ServerResponse) => Promise<void>;