/arapzz

Commonly used functions at work

Primary LanguageJavaScript

utils

npm Coverage Status

开发过程中常用的函数

安装/使用

  // 安装
  npm install util-fn -S // or yarn

  // 使用
  import { getType } from "util-fn"
  getType()

文档

todo

  • debounce
  • getType
  • deduplication
  • flat
  • chunk
  • throttle
  • curry
  • deepClone