UNPKG

use-lodash-debounce-throttle

Version:

Bring debounce & throttle of lodash version to react-hooks

2 lines (1 loc) 98 B
export default function useStableMemo<T = any>(nextCreate: () => T, deps?: any[]): T | undefined;