astro-ghostcms/.pnpm-store/v3/files/89/d772eaf7fb32af42714afba68c7...

4 lines
160 B
Plaintext

module.exports = (typeof process !== 'undefined' && typeof process.nextTick === 'function')
? process.nextTick.bind(process)
: require('./queue-microtask')