1.1.3 • Published 6 years ago
hhz-fe v1.1.3
好好住通用工具库
安装
在浏览器中:
<script src="hhz-fe.js"></script>
使用 npm:
$npm i -g npm
$npm i hhz-fe
Note: add --save if you are using npm < 5.0.0
在 node.js 中:
// Load the full build.
var hhzTool = require('hhz-fe');
// Load method categories
var formatTime = require('hhz-fe/formatTime');