debouncing
Advanced tools
Comparing version 21.6.5 to 21.6.6
{ | ||
"name": "debouncing", | ||
"type": "module", | ||
"version": "21.6.5", | ||
"version": "21.6.6", | ||
"description": "Debouncing and throttling events module from Glize library.", | ||
@@ -11,2 +11,3 @@ "homepage": "https://glize.js.org", | ||
"exports": "./index.js", | ||
"types": "./index.d.ts", | ||
"scripts": { | ||
@@ -13,0 +14,0 @@ "test": "echo \"Error: no test specified\" && exit 0" |
17950