UNPKG
hcy-tool-test2
Version:
latest (1.0.1)
1.0.1
1.0.0
一些常用工具
hcy-tool-test2
/
README.md
19 lines
(14 loc)
•
255 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## 安装
``` npm install hcy-tool-test2
// or
yarn
add
hcy-tool-test2 ```
## 导入
```js import { getType, isEmpty }
from
'hcy-tool-test'
;
const
type = getType(
123
); console.log(type);
const
isE = isEmpty(
0
); console.log(isE); ```