UNPKG

wed

Version:

Wed is a schema-aware editor for XML documents.

11 lines (8 loc) 290 B
define(function(require,exports,module){ import { CombineLatestOperator } from '../observable/combineLatest'; export function combineAll(project) { return (source) => source.lift(new CombineLatestOperator(project)); } //# sourceMappingURL=combineAll.js.map return module.exports; });