mirror of
https://github.com/adoyle0/thaw.git
synced 2025-02-09 19:03:10 -05:00
1 line
No EOL
51 B
JavaScript
1 line
No EOL
51 B
JavaScript
export function microtask(f) { queueMicrotask(f); } |