count.js 166 B

12345
  1. import { count as higherOrder } from 'rxjs/operators';
  2. export function count(predicate) {
  3. return higherOrder(predicate)(this);
  4. }
  5. //# sourceMappingURL=count.js.map