UNPKG

ix

Version:

The Interactive Extensions for JavaScript

16 lines (14 loc) 448 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.countProto = void 0; const iterablex_js_1 = require("../../iterable/iterablex.js"); const count_js_1 = require("../../iterable/count.js"); /** * @ignore */ function countProto(options) { return (0, count_js_1.count)(this, options); } exports.countProto = countProto; iterablex_js_1.IterableX.prototype.count = countProto; //# sourceMappingURL=count.js.map