@171h/utils
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -322,3 +322,3 @@ /** | ||
*/ | ||
declare function isValid(val: any): boolean; | ||
declare function isValid<T>(val: any): val is T; | ||
@@ -325,0 +325,0 @@ declare function assert(condition: boolean, message: string): asserts condition; |
{ | ||
"name": "@171h/utils", | ||
"type": "module", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"packageManager": "pnpm@8.1.1", | ||
@@ -6,0 +6,0 @@ "description": "", |
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
31846