projecte_ionic/node_modules/gauge/set-immediate.js
2022-02-09 18:30:03 +01:00

8 lines
139 B
JavaScript
Executable file

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