UNPKG

@basic-streams/merge

Version:
6 lines (3 loc) 140 B
// @flow import type {Stream} from "@basic-streams/stream" declare export default function merge<T>(streams: Array<Stream<T>>): Stream<T>