concatAll.js 182 B

1234
  1. import { Observable } from '../../Observable';
  2. import { concatAll } from '../../operator/concatAll';
  3. Observable.prototype.concatAll = concatAll;
  4. //# sourceMappingURL=concatAll.js.map