UNPKG

sussy-util

Version:
3 lines (2 loc) 127 B
declare const debounce: (fn: Function, wait?: number, immediate?: boolean) => (...args: any) => void; export default debounce;