| Current Path : /opt/cpanel/ea-nodejs16/lib/node_modules/npm/node_modules/gauge/lib/ |
| Current File : //opt/cpanel/ea-nodejs16/lib/node_modules/npm/node_modules/gauge/lib/set-immediate.js |
'use strict'
var process = require('./process')
try {
module.exports = setImmediate
} catch (ex) {
module.exports = process.nextTick
}