blob: 0d093b0925c39a0e528afbff0c0545951de4b061 [file] [log] [blame]
import { Observable } from '../../Observable';
import { withLatestFrom } from '../../operator/withLatestFrom';
Observable.prototype.withLatestFrom = withLatestFrom;
//# sourceMappingURL=withLatestFrom.js.map