util-fn

Commonly used functions at work

Usage no npm install needed!

<script type="module">
  import utilFn from 'https://cdn.skypack.dev/util-fn';
</script>

README

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