UNPKG

the-platform

Version:

React Hooks and Suspense-ready Components for Web API's and elements

2 lines (1 loc) 115 B
export declare function throttle<T extends (...args: any[]) => void>(func: T, threshold?: number, scope?: any): T;