UNPKG

ix

Version:

The Interactive Extensions for JavaScript

9 lines (7 loc) 251 B
import { MergeAsyncIterable } from '../merge.mjs'; export function mergeWith(...args) { return function mergeWithOperatorFunction(source) { return new MergeAsyncIterable([source, ...args]); }; } //# sourceMappingURL=mergewith.mjs.map