UNPKG

@reactivex/ix-es2015-cjs

Version:

The Interactive Extensions for JavaScript

19 lines (17 loc) 579 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.findProto = void 0; const tslib_1 = require("tslib"); const asynciterablex_js_1 = require("../../asynciterable/asynciterablex.js"); const find_js_1 = require("../../asynciterable/find.js"); /** * @ignore */ function findProto(options) { return tslib_1.__awaiter(this, void 0, void 0, function* () { return (0, find_js_1.find)(this, options); }); } exports.findProto = findProto; asynciterablex_js_1.AsyncIterableX.prototype.find = findProto; //# sourceMappingURL=find.js.map