UNPKG

kequapp

Version:

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

4 lines (3 loc) 166 B
import type { IncomingMessage } from 'node:http'; import type { IGetBody } from '../types.ts'; export default function createGetBody(req: IncomingMessage): IGetBody;