Icard/angular-clarity-master(work.../node_modules/gauge/set-immediate.js

8 lines
139 B
JavaScript
Raw Permalink Normal View History

2024-07-16 14:55:36 +00:00
'use strict'
var process = require('./process')
try {
module.exports = setImmediate
} catch (ex) {
module.exports = process.nextTick
}