1.0.1 • Published 6 months ago
hcy-tool-test2 v1.0.1
安装
npm install hcy-tool-test2
// or
yarn add hcy-tool-test2
导入
import { getType, isEmpty } from 'hcy-tool-test';
const type = getType(123);
console.log(type);
const isE = isEmpty(0);
console.log(isE);