@fox-js/foxui-pc 4.0.1-118 → 4.0.1-120
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/dist/index.cjs.js +4 -4
- package/dist/index.esm.js +5512 -5519
- package/dist/index.umd.js +5 -5
- package/dist/style.esm.js +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/style.esm.js
CHANGED
package/dist/types/index.d.ts
CHANGED
|
@@ -1177,7 +1177,7 @@ export declare const isDate: (val: unknown) => val is Date;
|
|
|
1177
1177
|
* @param v
|
|
1178
1178
|
* @returns
|
|
1179
1179
|
*/
|
|
1180
|
-
export declare const isEmptyString: (v: unknown) => v is
|
|
1180
|
+
export declare const isEmptyString: (v: unknown) => v is "";
|
|
1181
1181
|
|
|
1182
1182
|
/**
|
|
1183
1183
|
* 判断两个对象是否一致
|