UNPKG

kequapp

Version:

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

3 lines (2 loc) 143 B
import type { Readable } from 'node:stream'; export default function streamReader(stream: Readable, maxPayloadSize?: number): Promise<Buffer>;