@koine/utils 1.0.44 → 1.0.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/clsx.d.ts +2 -2
- package/clsx.js +2 -2
- package/node/clsx.js +2 -2
- package/package.json +1 -1
package/clsx.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { ClassValue } from "clsx";
|
|
2
2
|
/**
|
|
3
|
-
* Class names utility
|
|
3
|
+
* Class names utility
|
|
4
4
|
*
|
|
5
|
-
* @
|
|
5
|
+
* @borrows [lukeed/clsx](https://github.com/lukeed/clsx)
|
|
6
6
|
* @license [MIT: Luke Edwards](https://github.com/lukeed/clsx/blob/master/license)
|
|
7
7
|
*/
|
|
8
8
|
export declare const clsx: (...args: ClassValue[]) => string;
|
package/clsx.js
CHANGED
|
@@ -28,9 +28,9 @@ function toVal(mix) {
|
|
|
28
28
|
return str;
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
|
-
* Class names utility
|
|
31
|
+
* Class names utility
|
|
32
32
|
*
|
|
33
|
-
* @
|
|
33
|
+
* @borrows [lukeed/clsx](https://github.com/lukeed/clsx)
|
|
34
34
|
* @license [MIT: Luke Edwards](https://github.com/lukeed/clsx/blob/master/license)
|
|
35
35
|
*/
|
|
36
36
|
export var clsx = function () {
|
package/node/clsx.js
CHANGED
|
@@ -31,9 +31,9 @@ function toVal(mix) {
|
|
|
31
31
|
return str;
|
|
32
32
|
}
|
|
33
33
|
/**
|
|
34
|
-
* Class names utility
|
|
34
|
+
* Class names utility
|
|
35
35
|
*
|
|
36
|
-
* @
|
|
36
|
+
* @borrows [lukeed/clsx](https://github.com/lukeed/clsx)
|
|
37
37
|
* @license [MIT: Luke Edwards](https://github.com/lukeed/clsx/blob/master/license)
|
|
38
38
|
*/
|
|
39
39
|
var clsx = function () {
|