mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2024-12-27 21:35:24 +00:00
5 lines
224 B
JavaScript
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
|