Comparing version 1.0.2 to 1.0.3
declare type Argument = string | boolean | number; | ||
/** | ||
* Conditionally join classNames into a single string | ||
* @param {...String} args The expressions to evaluate | ||
* @returns {String} The joined classNames | ||
*/ | ||
declare function cx(...args: Argument[]): string; | ||
export { cx }; | ||
export default cx; |
{ | ||
"name": "classix", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A tiny utility for conditionally joining classNames.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
4282
26