HFBA / node_modules /fast-glob /out /utils /stream.d.ts
Chunte's picture
Chunte HF Staff
Upload 1033 files
d8f0e51 verified
/// <reference types="node" />
import { Readable } from 'stream';
export declare function merge(streams: Readable[]): NodeJS.ReadableStream;