blob: 33d7970fc61f088225350c65107b93663e34329a [file] [log] [blame]
import { Observable } from '../../Observable';
import { zipAll } from '../../operator/zipAll';
Observable.prototype.zipAll = zipAll;
//# sourceMappingURL=zipAll.js.map