UNPKG

wed

Version:

Wed is a schema-aware editor for XML documents.

17 lines (14 loc) 415 B
define(function(require,exports,module){ import { zip as zipStatic } from '../observable/zip'; /* tslint:enable:max-line-length */ /** * @deprecated Deprecated in favor of static zip. */ export function zip(...observables) { return function zipOperatorFunction(source) { return source.lift.call(zipStatic(source, ...observables)); }; } //# sourceMappingURL=zip.js.map return module.exports; });