@slightheat/slightheat-evp-common
v1.2.1
Published
天梯前端框架工具包
Downloads
33
Readme
slightheat-evp-common
一套常用的自行封装的工具类库,提供一些常用的方法
安装
npm install @slightheat-evp/slightheat-evp-common -S
使用
import { CommonUtil, IdUtil } from '@slightheat-evp/slightheat-evp-common'
const currentTime = CommonUtil.getDateTime(0);
const id = IdUtil.getUUID();