UNPKG

hcy-tool-test2

Version:

一些常用工具

19 lines (14 loc) 255 B
## 安装 ``` 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); ```