UNPKG

kequapp

Version:

A minimal, zero-magic Node web framework built on native APIs

4 lines (3 loc) 176 B
import type { ServerResponse } from 'node:http'; import type { IGetResponse } from '../types.ts'; export default function createGetResponse(res: ServerResponse): IGetResponse;