Internal
The type of a function that was debounced.
Rest
cancels any scheduled executions.
if an execution is scheduled then it will be immediately executed and the timer will be cleared.
executes the function immediately and clears the timer if it was previously set.
The type of a function that was debounced.