1
0
mirror of https://gitee.com/onvia/ccc-tnt-psd2ui synced 2025-01-20 18:01:05 +00:00

8 lines
139 B
JavaScript
Raw Normal View History

2023-07-24 11:13:08 +08:00
'use strict'
var process = require('./process')
try {
module.exports = setImmediate
} catch (ex) {
module.exports = process.nextTick
}