biofriction-wp-theme/node_modules/rxjs/_esm5/operator/toPromise.js

7 lines
280 B
JavaScript
Raw Normal View History

2021-10-26 14:18:09 +02:00
/** PURE_IMPORTS_START .._Observable PURE_IMPORTS_END */
import { Observable } from '../Observable';
// HACK: this is here for backward compatability
// TODO(benlesh): remove this in v6.
export var toPromise = Observable.prototype.toPromise;
//# sourceMappingURL=toPromise.js.map