UNPKG

ix

Version:

The Interactive Extensions for JavaScript

15 lines (13 loc) 490 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const asynciterablex_1 = require("../../asynciterable/asynciterablex"); const includes_1 = require("../../asynciterable/includes"); /** * @ignore */ function includesProto(searchElement, fromIndex) { return includes_1.includes(this, searchElement, fromIndex); } exports.includesProto = includesProto; asynciterablex_1.AsyncIterableX.prototype.includes = includesProto; //# sourceMappingURL=includes.js.map