Comparing version 1.0.1 to 1.0.2
@@ -1,2 +0,2 @@ | ||
export type ClassValue = ClassArray | ClassDictionary | string | number | null | boolean; | ||
export type ClassValue = ClassArray | ClassDictionary | string | number | null | boolean | undefined; | ||
@@ -3,0 +3,0 @@ export interface ClassDictionary { |
{ | ||
"name": "clsx", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"repository": "lukeed/clsx", | ||
@@ -5,0 +5,0 @@ "description": "A tiny (199B) utility for constructing className strings conditionally.", |
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
5368