util-xx
v1.0.5
Published
the util funcitons for javascript
Downloads
4
Readme
查看文档 https://hxc1216.github.io/
安装
npm i util-xx
使用
import { fnName } from "util-xx"
示例
import { getColor16 } from "util-xx"
const color = getColor16()
console.log(color); // #a2b5f8