@furystack/utils
Advanced tools
Comparing version 1.2.26 to 1.2.27
@@ -18,3 +18,3 @@ "use strict"; | ||
method(...args); | ||
clearTimeout(timeout); | ||
timeout !== null && timeout !== void 0 ? timeout : clearTimeout(timeout); | ||
timeout = undefined; | ||
@@ -21,0 +21,0 @@ }, debounceMs); |
{ | ||
"name": "@furystack/utils", | ||
"version": "1.2.26", | ||
"version": "1.2.27", | ||
"description": "General utilities", | ||
@@ -39,3 +39,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "066d0507c07772b388b982b1c89d5fd895ee5855" | ||
"gitHead": "76ef2312665f599368992933894e54240dbb5e74" | ||
} |
@@ -15,3 +15,3 @@ /** | ||
method(...args) | ||
clearTimeout(timeout as any) | ||
timeout ?? clearTimeout(timeout) | ||
timeout = undefined | ||
@@ -18,0 +18,0 @@ }, debounceMs) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
197801