@avatijs/debounce 0.1.2 → 0.1.3
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 +2 -0
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.min.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.min.js +1 -1
- package/dist/umd/index.js +1 -1
- package/dist/umd/index.min.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -124,7 +124,9 @@ try {
|
|
|
124
124
|
- **Resource Management**: Automatic cleanup of resources
|
|
125
125
|
- **Memory Efficient**: Proper cleanup and memory management
|
|
126
126
|
|
|
127
|
+
## Demo
|
|
127
128
|
|
|
129
|
+
Checkout the [Demo](https://codepen.io/khaledsmq/pen/wvVVYYe) to see TypeScript Debounce in action.
|
|
128
130
|
|
|
129
131
|
## Changelog
|
|
130
132
|
|
package/dist/cjs/index.js
CHANGED
package/dist/cjs/index.min.js
CHANGED
package/dist/esm/index.js
CHANGED
package/dist/esm/index.min.js
CHANGED
package/dist/umd/index.js
CHANGED
package/dist/umd/index.min.js
CHANGED