TenantAtlas/apps/platform/.pnpm-store/v10/files/4c/f194dc7c21333d0405d7e455874395cd5c860db1d188e8b2862d300e7ecd7d51685dc57fe9c594bad4cbea359012c71b69702355852740b30e939946f5e326
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

5 lines
257 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.isArrayLike = void 0;
exports.isArrayLike = (function (x) { return x && typeof x.length === 'number' && typeof x !== 'function'; });
//# sourceMappingURL=isArrayLike.js.map