AlkantarClanX12

Your IP : 18.118.140.78


Current Path : /opt/alt/alt-nodejs11/root/lib/node_modules/npm/node_modules/gauge/
Upload File :
Current File : //opt/alt/alt-nodejs11/root/lib/node_modules/npm/node_modules/gauge/set-immediate.js

'use strict'
var process = require('./process')
try {
  module.exports = setImmediate
} catch (ex) {
  module.exports = process.nextTick
}