2
0
Fork 0
mirror of https://github.com/deployphp/action.git synced 2025-03-14 12:17:00 +00:00
deployphp/node_modules/queue-microtask/index.d.ts

3 lines
79 B
TypeScript
Raw Normal View History

2023-01-10 16:49:41 +01:00
declare const queueMicrotask: (cb: () => void) => void
export = queueMicrotask