Chunte's picture
Chunte HF Staff
Upload 1033 files
d8f0e51 verified
raw
history blame
141 Bytes
/// <reference types="node" />
import { Readable } from 'stream';
export declare function merge(streams: Readable[]): NodeJS.ReadableStream;