one-spaces
Advanced tools
Comparing version 1.3.6 to 1.3.7
declare type ClassName = undefined | null | boolean | string | ClassName[]; | ||
declare function OneSpaces(...args: ClassName[]): string; | ||
export default OneSpaces; | ||
declare function spaces(...args: ClassName[]): string; | ||
export default spaces; |
/** | ||
* @author TroyTae | ||
* @version 1.3.6 | ||
* @version 1.3.7 | ||
* @license MIT | ||
@@ -5,0 +5,0 @@ * @name one-spaces |
/** | ||
* @author TroyTae | ||
* @version 1.3.6 | ||
* @version 1.3.7 | ||
* @license MIT | ||
@@ -5,0 +5,0 @@ * @name one-spaces |
/** | ||
* @author TroyTae | ||
* @version 1.3.6 | ||
* @version 1.3.7 | ||
* @license MIT | ||
@@ -5,0 +5,0 @@ * @name one-spaces |
{ | ||
"name": "one-spaces", | ||
"version": "1.3.6", | ||
"version": "1.3.7", | ||
"description": "A tiny module for making className 😎", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -8,3 +8,3 @@ [![build](https://img.shields.io/github/workflow/status/TroyTae/one-spaces/one-spaces/master?style=flat-square)](https://github.com/TroyTae/one-spaces/actions?query=workflow%3Aone-spaces) | ||
We are striving for the best performance and lightweight. | ||
Please check our [benchmark](./benchmark)!! | ||
Please check our [benchmark result](./benchmark)!!! | ||
@@ -11,0 +11,0 @@ ## Installation |
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
5111