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