blob: fda5b5818a6c332e47db23d89373e257767ad557 [file] [log] [blame]
/** 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