UNPKG

bknd

Version:

Lightweight Firebase/Supabase alternative built to run anywhere — incl. Next.js, React Router, Astro, Cloudflare, Bun, Node, AWS Lambda & more.

3 lines (2 loc) 127 B
import type { IncomingMessage } from "node:http"; export declare function nodeRequestToRequest(req: IncomingMessage): Request;