UNPKG

recoder-code

Version:

Complete AI-powered development platform with ML model training, plugin registry, real-time collaboration, monitoring, infrastructure automation, and enterprise deployment capabilities

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