UNPKG

misc-utils-of-mine-generic

Version:

Miscellaneous utilities for JavaScript/TypeScript that I often use

8 lines (7 loc) 185 B
export * from './anim'; export * from './format'; export * from './nextTime'; export * from './printMs'; export * from './sleep'; export * from './throttle'; export * from './waitFor';