astro-ghostcms/.pnpm-store/v3/files/9e/caaf5a6ab7c3e7ad1899087511b...

2 lines
108 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
module.exports = typeof queueMicrotask === 'function' ? queueMicrotask : (fn) => Promise.resolve().then(fn)