exhaust.js 256B

123456
  1. /** PURE_IMPORTS_START .._.._Observable,.._.._operator_exhaust PURE_IMPORTS_END */
  2. import { Observable } from '../../Observable';
  3. import { exhaust } from '../../operator/exhaust';
  4. Observable.prototype.exhaust = exhaust;
  5. //# sourceMappingURL=exhaust.js.map