0.1.4 • Published 5 years ago
util-fn v0.1.4
utils
开发过程中常用的函数
安装/使用
// 安装
npm install util-fn -S // or yarn
// 使用
import { getType } from "util-fn"
getType()
文档
todo
- debounce
- getType
- deduplication
- flat
- chunk
- throttle
- curry
开发过程中常用的函数
// 安装
npm install util-fn -S // or yarn
// 使用
import { getType } from "util-fn"
getType()