hsu-utils 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -1 +1,24 @@
1
- # some front-end utils
1
+ # [Hsu Utils](https://github.com/VitaTsui/hsu-utils#hsu-utils)
2
+
3
+ ## 前言
4
+
5
+ `hsu-utils` 一些前端的工具集
6
+
7
+ ## 安装
8
+
9
+ ```sh
10
+ npm install --save hsu-utils
11
+ # 或
12
+ yarn add hsu-utils
13
+ ```
14
+
15
+ ## 功能
16
+
17
+ - `console_table` 在控制台打印像 MySql 一样的表格
18
+ - `deepCopy` 深拷贝
19
+ - `Equal`
20
+
21
+ > `ValEqual` 判断值相等,`TypeEqual` 判断类型相同,`ObjEqual` 判断对象相等
22
+
23
+ - `Typeof` 获取类型
24
+ > `number`、`string`、`boolean`、`object`、`array`、`null`、`undefined`、`unknown`、`function`、`symbol`、`date`、`formdata`
package/dist/hsu-utils.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * hsu-utils v0.0.3
3
+ * hsu-utils v0.0.4
4
4
  *
5
5
  * some front-end utils
6
6
  *
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * hsu-utils v0.0.3
3
+ * hsu-utils v0.0.4
4
4
  *
5
5
  * some front-end utils
6
6
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hsu-utils",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "some front-end utils",
5
5
  "repository": "git@github.com:VitaTsui/hsu-utils.git",
6
6
  "author": "VitaHsu <vitahsu7@gmail.com>",