0.0.7 • Published 3 years ago

@open-react-hooks/use-debounce v0.0.7

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

@open-react-hooks/use-debounce

Creates a debounced function that delays invoking func until after wait milliseconds have elapsed since the last time the debounced function was invoked.