• File: set-immediate.js
  • Full Path: /home6/laduliya/test.mydthpay.com/node_modules/npm/node_modules/gauge/set-immediate.js
  • Date Modified: 10/26/1985 11:45 AM
  • File size: 139 bytes
  • MIME-type: text/plain
  • Charset: utf-8
'use strict'
var process = require('./process')
try {
  module.exports = setImmediate
} catch (ex) {
  module.exports = process.nextTick
}