Debounces a function to prevent it from being called too frequently.
The function to be debounced.
Rest
The delay in milliseconds.
A debounced function.
Generated using TypeDoc
Debounces a function to prevent it from being called too frequently.