<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`Debouncer`](Debouncer) › [`run`](Debouncer/run)
## Debouncer.run() method
If there is any pending function call, clear the timer and call the function immediately.
1.4.4
**Signature:**
```typescript
run(): V | void;
```
**Returns:**
`V | void`