UNPKG

gridjs

Version:

Advanced table plugin

2 lines (1 loc) 107 B
export declare const throttle: (fn: (...args: any[]) => void, wait?: number) => (...args: any[]) => void;