bb12574797584380135a817321bd44a44e57ed868a5b3c5ef31adc6c573e5dda691ad484a239afbb95c01d20984a6d00c38b813c572b51fed8d6f3eacb5d5c 361 B

12345678910
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.findIndex = void 0;
  4. var lift_1 = require("../util/lift");
  5. var find_1 = require("./find");
  6. function findIndex(predicate, thisArg) {
  7. return lift_1.operate(find_1.createFind(predicate, thisArg, 'index'));
  8. }
  9. exports.findIndex = findIndex;
  10. //# sourceMappingURL=findIndex.js.map