UNPKG

rc-leaflet

Version:
4 lines (3 loc) 152 B
export declare type Func<T = any> = (...args: any) => T; declare const throttle: (func: Func<any>, wait: number) => Func<any>; export default throttle;