feat: init
This commit is contained in:
7
node_modules/unenv/dist/runtime/polyfill/timers.mjs
generated
vendored
Normal file
7
node_modules/unenv/dist/runtime/polyfill/timers.mjs
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { setImmediate, clearImmediate } from "node:timers";
|
||||
if (!globalThis.setImmediate) {
|
||||
globalThis.setImmediate = setImmediate;
|
||||
}
|
||||
if (!globalThis.clearImmediate) {
|
||||
globalThis.clearImmediate = clearImmediate;
|
||||
}
|
||||
Reference in New Issue
Block a user