UNPKG

ix

Version:

The Interactive Extensions for JavaScript

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