安装 npm install hcy-tool-test // or yarn add hcy-tool-test 导入 import { getType, isEmpty } from 'hcy-tool-test'; const type = getType(123); console.log(type); const isE = isEmpty(0); console.log(isE);