UNPKG

@smithy/node-http-handler

Version:
6 lines (5 loc) 209 B
import { Writable } from "stream"; export declare class Collector extends Writable { readonly bufferedBytes: Buffer[]; _write(chunk: Buffer, encoding: string, callback: (err?: Error) => void): void; }