@twaves/utils
v1.0.2
Published
@twaves/utils is a commonly used function library ## Install ```javascript sudo npm install @twaves/utils --save ```
Downloads
3
Readme
Introduction
@twaves/utils is a commonly used function library
Install
sudo npm install @twaves/utils --save
Use
import {env, url, date, util} from '@twaves/utils';
console.log(env, url, date, util);
// env: 环境判断函数。
// url: url相关函数。
// date: 时间相关函数。
// util: 辅助类函数。