UNPKG

ponicode

Version:

Ponicode is a quick and easy AI-powered solution for Javascript unit testing.

4 lines (3 loc) 144 B
/// <reference types="node" /> import { Readable } from 'stream'; export declare function merge(streams: Readable[]): NodeJS.ReadableStream;