@usefy/use-event-listener 0.0.21 → 0.0.23
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 +7 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -31,6 +31,12 @@
|
|
|
31
31
|
<a href="#license">License</a>
|
|
32
32
|
</p>
|
|
33
33
|
|
|
34
|
+
<p align="center">
|
|
35
|
+
<a href="https://geon0529.github.io/usefy/?path=/docs/hooks-useeventlistener--docs" target="_blank" rel="noopener noreferrer">
|
|
36
|
+
<strong>📚 View Storybook Demo</strong>
|
|
37
|
+
</a>
|
|
38
|
+
</p>
|
|
39
|
+
|
|
34
40
|
---
|
|
35
41
|
|
|
36
42
|
## Overview
|
|
@@ -396,12 +402,7 @@ This package maintains comprehensive test coverage to ensure reliability and sta
|
|
|
396
402
|
|
|
397
403
|
### Test Coverage
|
|
398
404
|
|
|
399
|
-
|
|
400
|
-
| ---------- | -------- |
|
|
401
|
-
| Statements | 96.29% |
|
|
402
|
-
| Branches | 91.66% |
|
|
403
|
-
| Functions | 100% |
|
|
404
|
-
| Lines | 96.29% |
|
|
405
|
+
📊 <a href="https://geon0529.github.io/usefy/coverage/use-event-listener/src/index.html" target="_blank" rel="noopener noreferrer"><strong>View Detailed Coverage Report</strong></a> (GitHub Pages)
|
|
405
406
|
|
|
406
407
|
### Test Categories
|
|
407
408
|
|
package/package.json
CHANGED