UNPKG

ix

Version:

The Interactive Extensions for JavaScript

15 lines (13 loc) 428 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const asynciterablex_1 = require("../../asynciterable/asynciterablex"); const count_1 = require("../../asynciterable/count"); /** * @ignore */ function countProto(selector) { return count_1.count(this, selector); } exports.countProto = countProto; asynciterablex_1.AsyncIterableX.prototype.count = countProto; //# sourceMappingURL=count.js.map