Spaces:
Sleeping
Sleeping
File size: 172 Bytes
e2f726f | 1 2 3 4 5 | /// <reference types="node" />
/// <reference types="node" />
import { Readable } from 'stream';
export declare function merge(streams: Readable[]): NodeJS.ReadableStream;
|