Repository URL to install this package:
|
Version:
24.8.8 ▾
|
module.exports = (typeof process !== 'undefined' && typeof process.nextTick === 'function')
? process.nextTick.bind(process)
: require('./queue-microtask')