Files
2026-02-13 22:02:30 +01:00

4 lines
211 B
TypeScript

// https://developer.mozilla.org/en-US/docs/Web/API/queueMicrotask
// https://nodejs.org/api/process.html#when-to-use-queuemicrotask-vs-processnexttick
export declare const nextTick: NodeJS.Process["nextTick"];