Front end of the Slack clone application.

mapTo.js 199B

12345
  1. "use strict";
  2. var Observable_1 = require('../../Observable');
  3. var mapTo_1 = require('../../operator/mapTo');
  4. Observable_1.Observable.prototype.mapTo = mapTo_1.mapTo;
  5. //# sourceMappingURL=mapTo.js.map