mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-26 06:45:13 +00:00
3 lines
79 B
TypeScript
3 lines
79 B
TypeScript
declare const queueMicrotask: (cb: () => void) => void
|
|
export = queueMicrotask
|