UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

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