1.0.1 • Published 4 years ago
library_debounce v1.0.1
Installation:
yarn add library_debounce
# or
npm install library_debounceArguement
| Name | Type | Description |
|---|---|---|
| callback | Function | The function to be debounced |
| timeout | number | The number of milliseconds to wait after called |