Opal-Estate-Pro/node_modules/rxjs/_esm2015/operator/toPromise.js
2019-09-13 09:44:33 +07:00

5 lines
224 B
JavaScript

import { Observable } from '../Observable';
// HACK: this is here for backward compatability
// TODO(benlesh): remove this in v6.
export const toPromise = Observable.prototype.toPromise;
//# sourceMappingURL=toPromise.js.map