the-forest/client/node_modules/queue-microtask/index.d.ts

3 lines
79 B
TypeScript
Raw Normal View History

2024-09-17 20:35:18 -04:00
declare const queueMicrotask: (cb: () => void) => void
export = queueMicrotask