+1
-1
| { | ||
| "name": "time-loom", | ||
| "version": "1.2.0", | ||
| "version": "1.2.1", | ||
| "description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
+4
-4
@@ -41,3 +41,3 @@ # Time Loom | ||
| # Debounce Function Options: | ||
| #### Debounce Function Options: | ||
@@ -48,3 +48,3 @@ - `leading (boolean)`: Whether to execute the function on the leading edge of the timeout (default: false). | ||
| # Debounce Function Methods: | ||
| #### Debounce Function Methods: | ||
@@ -62,3 +62,3 @@ - `cancel`: Cancels the scheduled execution of the debounced function. | ||
| # Throttle Function Options: | ||
| #### Throttle Function Options: | ||
@@ -68,3 +68,3 @@ - `leading (boolean)`: Whether to execute the function on the leading edge of the timeout (default: true). | ||
| # Throttle Function Methods: | ||
| #### Throttle Function Methods: | ||
@@ -71,0 +71,0 @@ - `cancel`: Cancels the scheduled execution of the throttled function. |
12449
0.1%