Front end of the Slack clone application.

toPromise.js 280B

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