debounce function.
Function to be delayed when called.
The time to wait before calling the callback function.
debounce represents a function that can be used to delay a function call.
Generated using TypeDoc
debounce function.