Front end of the Slack clone application.

toPromise.js 247B

123456
  1. "use strict";
  2. var Observable_1 = require('../Observable');
  3. // HACK: this is here for backward compatability
  4. // TODO(benlesh): remove this in v6.
  5. exports.toPromise = Observable_1.Observable.prototype.toPromise;
  6. //# sourceMappingURL=toPromise.js.map