UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

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