3 lines
79 B
TypeScript
Raw Normal View History

declare const queueMicrotask: (cb: () => void) => void
export = queueMicrotask