blob: 897690d3c4156d57ba235255b5a8f0e36c874240 [file] [log] [blame]
import { Observable } from '../../Observable';
import { reduce } from '../../operator/reduce';
Observable.prototype.reduce = reduce;
//# sourceMappingURL=reduce.js.map