simple-merge-class-names 6.0.7 → 6.0.9

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.
@@ -2,4 +2,3 @@ export declare const mergeClassNames: (...args: (string | false)[]) => string;
2
2
  export declare const mergeClassNamesDebugger: (
3
3
  ...args: (string | false)[]
4
4
  ) => string;
5
- export declare const isEmptyString: (argument: string) => boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simple-merge-class-names",
3
- "version": "6.0.7",
3
+ "version": "6.0.9",
4
4
  "description": "A straightforward utility for merging CSS class names in React + Tailwind and JavaScript projects.",
5
5
  "exports": {
6
6
  ".": {