UNPKG

114 BTypeScriptView Raw
1export declare function throttle(fn: (...args: any[]) => any, wait?: number): (this: any, ...args: any[]) => any;