<!-- Do not edit this file. It is automatically generated by API Documenter. --> [`Debouncer`](Debouncer) ## Debouncer interface **Signature:** ```typescript export interface Debouncer<T extends unknown[], V> ``` ## Methods | Method | Description | | --- | --- | | [`cancel()`](Debouncer/cancel) | Cancel any pending debounced function call. | | [`run()`](Debouncer/run) | <p>If there is any pending function call, clear the timer and call the function immediately.</p><p> 1.4.4</p> |