decDebounce

Debounces the decorated function. Only calling it after a specified amount of time has passed without any new calls.

Look at debounce for the non-decorator version.

Requires the experimentalDecorators flag to be set.

Example