UNPKG

fui-fancyui

Version:
3 lines (2 loc) 145 B
declare function throttle<T extends (...args: any[]) => any>(func: T, limit: number): (...args: Parameters<T>) => void; export default throttle;