toPromise.js 224 B

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