UNPKG

vyndra-js

Version:

Micro Node.js framework with routing, ORM, decorators, and automatic DI

4 lines (3 loc) 168 B
import { IncomingMessage } from "http"; import { Request } from "./types/httpTypes.js"; export declare function enhanceRequest(req: IncomingMessage): Promise<Request>;