blob: 827741e7cd969fdab5e3ab65875df09bbb34e163 [file] [log] [blame]
import { Observable } from '../../Observable';
import { partition } from '../../operator/partition';
Observable.prototype.partition = partition;
//# sourceMappingURL=partition.js.map