AlkantarClanX12

Your IP : 18.188.175.66


Current Path : /proc/self/root/opt/alt/alt-nodejs10/root/lib/node_modules/npm/node_modules/gauge/
Upload File :
Current File : //proc/self/root/opt/alt/alt-nodejs10/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
}