debouncing
Advanced tools
Comparing version
@@ -19,7 +19,4 @@ // typescript | ||
*/ | ||
declare function debounce(func: Callback, timeout?: number): Listener; | ||
export declare function debounce(func: Callback, timeout?: number): Listener; | ||
// Exposed public method. | ||
export default debounce; | ||
/** | ||
@@ -37,5 +34,2 @@ * Throttling is a technique in which, no matter how many times the user | ||
*/ | ||
declare function throttle(func: Callback, timeout?: number): Listener; | ||
// Exposed public method. | ||
export default throttle; | ||
export declare function throttle(func: Callback, timeout?: number): Listener; |
@@ -6,2 +6,3 @@ /** | ||
* @see https://developers.google.com/closure/compiler/docs/js-for-compiler | ||
* @see https://github.com/Datamart/Glize | ||
* @module debouncing | ||
@@ -8,0 +9,0 @@ */ |
{ | ||
"name": "debouncing", | ||
"type": "module", | ||
"version": "21.6.4", | ||
"version": "21.6.5", | ||
"description": "Debouncing and throttling events module from Glize library.", | ||
@@ -6,0 +6,0 @@ "homepage": "https://glize.js.org", |
17923
-0.27%87
-3.33%