Clears the debounce timeout and omits calling the debounced function.
()
| 10 | (...args: T): void; |
| 11 | /** Clears the debounce timeout and omits calling the debounced function. */ |
| 12 | clear(): void; |
| 13 | /** Clears the debounce timeout and calls the debounced function immediately. */ |
| 14 | flush(): void; |
| 15 | /** Returns a boolean whether a debounce call is pending or not. */ |
no outgoing calls
no test coverage detected