UNPKG

116 BTypeScriptView Raw
1declare function debounce(func: Function, wait?: number, immediate?: boolean): () => void;
2export default debounce;