UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

12 lines (10 loc) 258 B
import { IterableX } from '../../iterable/iterablex'; import { count } from '../../iterable/count'; /** * @ignore */ export function countProto(fn) { return count(this, fn); } IterableX.prototype.count = countProto; //# sourceMappingURL=count.mjs.map