count.js 162 B

1234
  1. import { Observable } from '../../Observable';
  2. import { count } from '../../operator/count';
  3. Observable.prototype.count = count;
  4. //# sourceMappingURL=count.js.map