hhz-fe

hhz-fe public tools

Usage no npm install needed!

<script type="module">
  import hhzFe from 'https://cdn.skypack.dev/hhz-fe';
</script>

README

好好住通用工具库

site | doc

安装

在浏览器中:

<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');