a zip code crypto-currency system good for red ONLY

combineAll.js 285B

1234567
  1. "use strict";
  2. var combineLatest_1 = require('../operators/combineLatest');
  3. function combineAll(project) {
  4. return function (source) { return source.lift(new combineLatest_1.CombineLatestOperator(project)); };
  5. }
  6. exports.combineAll = combineAll;
  7. //# sourceMappingURL=combineAll.js.map