mirror of
https://github.com/github/codeql-action.git
synced 2026-08-06 21:18:03 -05:00
2 lines
108 B
JavaScript
2 lines
108 B
JavaScript
|
|
module.exports = typeof queueMicrotask === 'function' ? queueMicrotask : (fn) => Promise.resolve().then(fn)
|