UNPKG

tripledoc

Version:

Library to read, create and update documents on a Solid Pod

5 lines 213 B
import { merge as mergeStatic } from '../observable/merge'; export function merge(...observables) { return (source) => source.lift.call(mergeStatic(source, ...observables)); } //# sourceMappingURL=merge.js.map