hsu-utils 0.0.12 → 0.0.14

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -20,11 +20,13 @@ yarn add hsu-utils
20
20
 
21
21
  > `ValEqual` 判断值相等,`TypeEqual` 判断类型相同,`ObjEqual` 判断对象相等
22
22
 
23
- - `Typeof` 获取类型
23
+ - `Typeof` 获取类型或判断类型
24
24
 
25
- > `number`、`string`、`boolean`、`object`、`array`、`null`、`undefined`、`unknown`、`function`、`symbol`、`date`、`formdata`
25
+ > string、numberboolean、undefined、function、symbol、bigint、objectarraynulldateformdata、set、map、regexp、arraybuffer、blob
26
26
 
27
27
  - `get_string_width` 获取字符串长度
28
28
  > 根据字体属性进行计算,默认 size 为 12,family 为 微软雅黑
29
29
  - `loadImage` 异步加载图片
30
30
  > 确保相同的图片只加载一次
31
+ - `renderPDF` 渲染 PDF
32
+ - `downloadFile` 下载文件