Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/susisu/primitive-debounce
Provides primitive functionality to implement debounce functions
https://github.com/susisu/primitive-debounce
Last synced: 1 day ago
JSON representation
Provides primitive functionality to implement debounce functions
- Host: GitHub
- URL: https://github.com/susisu/primitive-debounce
- Owner: susisu
- License: mit
- Created: 2021-02-08T13:04:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-17T14:27:36.000Z (9 months ago)
- Last Synced: 2024-10-11T21:19:36.842Z (27 days ago)
- Language: TypeScript
- Homepage:
- Size: 458 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# primitive-debounce
[![CI](https://github.com/susisu/primitive-debounce/workflows/CI/badge.svg)](https://github.com/susisu/primitive-debounce/actions?query=workflow%3ACI)
Provides primitive functionality to implement debounce functions.
``` shell
# npm
npm i @susisu/primitive-debounce
# yarn
yarn add @susisu/primitive-debounce
# pnpm
pnpm add @susisu/primitive-debounce
```## License
[MIT License](http://opensource.org/licenses/mit-license.php)
## Author
Susisu ([GitHub](https://github.com/susisu), [Twitter](https://twitter.com/susisu2413))