UNPKG

@techmely/utils

Version:

Collection of helpful JavaScript / TypeScript utils

4 lines (2 loc) 142 B
declare function debounce<Func extends (...args: any[]) => void>(func: Func, delay: number, immediate?: boolean): Func; export { debounce };