Front end of the Slack clone application.

Observer.js 227B

123456789
  1. /** PURE_IMPORTS_START PURE_IMPORTS_END */
  2. export var empty = {
  3. closed: true,
  4. next: function (value) { },
  5. error: function (err) { throw err; },
  6. complete: function () { }
  7. };
  8. //# sourceMappingURL=Observer.js.map