DIR: /proc/self/root/var/www/node-app/node_modules/queue-tick/ |
Current File : //proc/self/root/var/www/node-app/node_modules/queue-tick/process-next-tick.js |
module.exports = (typeof process !== 'undefined' && typeof process.nextTick === 'function') ? process.nextTick.bind(process) : require('./queue-microtask') |