Repository URL to install this package:
|
Version:
24.8.8 ▾
|
module.exports = typeof queueMicrotask === 'function' ? queueMicrotask : (fn) => Promise.resolve().then(fn)