chunk-SAS7RONY.js 279 B

123456789101112131415
  1. // node_modules/@arcgis/core/core/nextTick.js
  2. var o = [];
  3. function t(t2) {
  4. o.push(t2), o.length === 1 && queueMicrotask(() => {
  5. const t3 = o.slice();
  6. o.length = 0;
  7. for (const o2 of t3)
  8. o2();
  9. });
  10. }
  11. export {
  12. t
  13. };
  14. //# sourceMappingURL=chunk-SAS7RONY.js.map