UNPKG

ix

Version:

The Interactive Extensions for JavaScript

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