Front end of the Slack clone application.

delay.js 199B

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