TenantAtlas/apps/platform/.pnpm-store/v10/files/6c/bb12574797584380135a817321bd44a44e57ed868a5b3c5ef31adc6c573e5dda691ad484a239afbb95c01d20984a6d00c38b813c572b51fed8d6f3eacb5d5c
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

10 lines
361 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.findIndex = void 0;
var lift_1 = require("../util/lift");
var find_1 = require("./find");
function findIndex(predicate, thisArg) {
return lift_1.operate(find_1.createFind(predicate, thisArg, 'index'));
}
exports.findIndex = findIndex;
//# sourceMappingURL=findIndex.js.map