UNPKG

foxts

Version:

Opinionated collection of common TypeScript utils by @SukkaW

4 lines (2 loc) 128 B
declare function joinReadableStreams<T>(streams: Array<ReadableStream<T>>): ReadableStream<T>; export { joinReadableStreams };