chunk-YDZD6ESX.js 317 B

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