UNPKG

vuestic-ui

Version:
2 lines (1 loc) 98 B
export declare const throttle: <F extends (...args: any) => unknown>(func: F, wait: number) => F;