node-ejs-renderer/node_modules/gauge/lib/set-immediate.js

8 lines
139 B
JavaScript
Raw Permalink Normal View History

2024-06-09 13:55:01 -04:00
'use strict'
var process = require('./process')
try {
module.exports = setImmediate
} catch (ex) {
module.exports = process.nextTick
}