mirror of
https://github.com/PotentiaRobotics/robot-gui.git
synced 2025-04-21 11:20:16 -04:00
3 lines
79 B
TypeScript
3 lines
79 B
TypeScript
declare const queueMicrotask: (cb: () => void) => void
|
|
export = queueMicrotask
|