Your IP : 52.15.191.241


Current Path : /usr/lib/node_modules/npm/node_modules/gauge/
Upload File :
Current File : //usr/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
}

?>