@usefy/use-local-storage 0.0.18 → 0.0.20
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
|
@@ -491,21 +491,6 @@ pnpm test --coverage
|
|
|
491
491
|
|
|
492
492
|
---
|
|
493
493
|
|
|
494
|
-
## Related Packages
|
|
495
|
-
|
|
496
|
-
Explore other hooks in the **@usefy** collection:
|
|
497
|
-
|
|
498
|
-
| Package | Description |
|
|
499
|
-
| -------------------------------------------------------------------------------------- | --------------------------- |
|
|
500
|
-
| [@usefy/use-session-storage](https://www.npmjs.com/package/@usefy/use-session-storage) | Session storage persistence |
|
|
501
|
-
| [@usefy/use-toggle](https://www.npmjs.com/package/@usefy/use-toggle) | Boolean state management |
|
|
502
|
-
| [@usefy/use-counter](https://www.npmjs.com/package/@usefy/use-counter) | Counter state management |
|
|
503
|
-
| [@usefy/use-debounce](https://www.npmjs.com/package/@usefy/use-debounce) | Value debouncing |
|
|
504
|
-
| [@usefy/use-throttle](https://www.npmjs.com/package/@usefy/use-throttle) | Value throttling |
|
|
505
|
-
| [@usefy/use-click-any-where](https://www.npmjs.com/package/@usefy/use-click-any-where) | Global click detection |
|
|
506
|
-
|
|
507
|
-
---
|
|
508
|
-
|
|
509
494
|
## License
|
|
510
495
|
|
|
511
496
|
MIT © [mirunamu](https://github.com/geon0529)
|
package/package.json
CHANGED