UNPKG

mini-debounce

Version:

Extremely small and modern debounce library (smaller than tiny-debounce)

3 lines (2 loc) 134 B
declare function debounce(callback: Function, timeout: number): (...args: any[]) => ReturnType<typeof setTimeout> export {debounce}