@yh-kit/utils 1.3.0 → 1.3.1

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@yh-kit/utils",
3
3
  "private": false,
4
- "version": "1.3.0",
4
+ "version": "1.3.1",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist",
@@ -1,3 +1,6 @@
1
+ /**
2
+ * 布尔值相关工具函数
3
+ */
1
4
  export declare const booleanUtils: {
2
5
  /**
3
6
  * 检查是否为空字符串