3 lines
79 B
TypeScript
Raw Normal View History

2023-11-02 02:38:40 +04:00
declare const queueMicrotask: (cb: () => void) => void
export = queueMicrotask