UNPKG

vyndra-js

Version:

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

4 lines (3 loc) 160 B
import { ServerResponse } from "http"; import { Response } from "./types/httpTypes.js"; export declare function enhanceResponse(res: ServerResponse): Response;