UNPKG

kequapp

Version:

DEPRECATED: renamed to @kequtech/arbor

5 lines (4 loc) 228 B
import type { IncomingMessage } from 'node:http'; import type { GetBody } from '../types.ts'; import type { FakeReq } from '../utils/fake-http.ts'; export declare function createGetBody(req: IncomingMessage | FakeReq): GetBody;