UNPKG

@grapecity/gcpdfviewer

Version:
2 lines (1 loc) 115 B
export declare function throttle(fn: (...args: any[]) => any, wait?: number): (this: any, ...args: any[]) => any;