hsu-utils 0.0.12 → 0.0.13

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -20,7 +20,7 @@ yarn add hsu-utils
20
20
 
21
21
  > `ValEqual` 判断值相等,`TypeEqual` 判断类型相同,`ObjEqual` 判断对象相等
22
22
 
23
- - `Typeof` 获取类型
23
+ - `Typeof` 获取类型或判断类型
24
24
 
25
25
  > `number`、`string`、`boolean`、`object`、`array`、`null`、`undefined`、`unknown`、`function`、`symbol`、`date`、`formdata`
26
26