Files
n8n-nodes-gwezz-changdunovel/node_modules/fast-glob/out/utils/stream.d.ts
2025-10-26 23:10:15 +08:00

4 lines
144 B
TypeScript

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