1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 17:59:55 +02:00
Oinktube/node_modules/queue-microtask/index.d.ts
2023-02-17 15:04:26 -03:00

2 lines
79 B
TypeScript

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