5 lines
224 B
JavaScript
Raw Normal View History

2019-11-26 14:50:43 -08:00
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