UNPKG

nitropack

Version:

Build and Deploy Universal JavaScript Servers

6 lines (5 loc) 206 B
import "#nitro-internal-pollyfills"; import type { HttpRequest, HttpResponse } from "@azure/functions"; export declare function handle(context: { res: HttpResponse; }, req: HttpRequest): Promise<void>;