@usefy/use-counter 0.0.18 → 0.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -15
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -383,21 +383,6 @@ pnpm test --coverage
|
|
|
383
383
|
|
|
384
384
|
---
|
|
385
385
|
|
|
386
|
-
## Related Packages
|
|
387
|
-
|
|
388
|
-
Explore other hooks in the **@usefy** collection:
|
|
389
|
-
|
|
390
|
-
| Package | Description |
|
|
391
|
-
| ------------------------------------------------------------------------------------------ | ------------------------ |
|
|
392
|
-
| [@usefy/use-toggle](https://www.npmjs.com/package/@usefy/use-toggle) | Boolean state management |
|
|
393
|
-
| [@usefy/use-debounce](https://www.npmjs.com/package/@usefy/use-debounce) | Value debouncing |
|
|
394
|
-
| [@usefy/use-debounce-callback](https://www.npmjs.com/package/@usefy/use-debounce-callback) | Debounced callbacks |
|
|
395
|
-
| [@usefy/use-throttle](https://www.npmjs.com/package/@usefy/use-throttle) | Value throttling |
|
|
396
|
-
| [@usefy/use-throttle-callback](https://www.npmjs.com/package/@usefy/use-throttle-callback) | Throttled callbacks |
|
|
397
|
-
| [@usefy/use-click-any-where](https://www.npmjs.com/package/@usefy/use-click-any-where) | Global click detection |
|
|
398
|
-
|
|
399
|
-
---
|
|
400
|
-
|
|
401
386
|
## License
|
|
402
387
|
|
|
403
388
|
MIT © [mirunamu](https://github.com/geon0529)
|