mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-21 07:41:53 +02:00
4 lines
144 B
TypeScript
4 lines
144 B
TypeScript
|
/// <reference types="node" />
|
||
|
import { Readable } from 'stream';
|
||
|
export declare function merge(streams: Readable[]): NodeJS.ReadableStream;
|