- // node_modules/@arcgis/core/core/nextTick.js
- var o = [];
- function t(t2) {
- o.push(t2), 1 === o.length && queueMicrotask(() => {
- const t3 = o.slice();
- o.length = 0;
- for (const o2 of t3)
- o2();
- });
- }
- export {
- t
- };
- //# sourceMappingURL=chunk-6KZ2LTDA.js.map
|