UNPKG

throttle-hooks

Version:

Convenient React useDebounce and useThrottle hooks for a clean code.

2 lines (1 loc) 51 B
export type AnyFunction = (...args: any[]) => any;