Front end of the Slack clone application.

timeInterval.js 241B

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