mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 03:22:33 -06:00
2 lines
79 B
TypeScript
2 lines
79 B
TypeScript
declare const queueMicrotask: (cb: () => void) => void
|
|
export = queueMicrotask
|