chunk-V4I7Q273.js 354 B

1234567891011121314151617
  1. // node_modules/@arcgis/core/layers/graphics/objectIdUtils.js
  2. var t = 1;
  3. function n(t2, n2) {
  4. var _a;
  5. let o = 0;
  6. for (const e of n2) {
  7. const n3 = (_a = e.attributes) == null ? void 0 : _a[t2];
  8. "number" == typeof n3 && isFinite(n3) && (o = Math.max(o, n3));
  9. }
  10. return o;
  11. }
  12. export {
  13. t,
  14. n
  15. };
  16. //# sourceMappingURL=chunk-V4I7Q273.js.map