Laptop-Thing/web/node_modules/queue-microtask/index.d.ts

3 lines
79 B
TypeScript
Raw Permalink Normal View History

2024-11-27 12:35:48 -05:00
declare const queueMicrotask: (cb: () => void) => void
export = queueMicrotask