lodash 中文文档 lodash 中文文档
英文官网 (opens new window)
GitHub (opens new window)
英文官网 (opens new window)
GitHub (opens new window)
  • 简介
  • 数组
  • 集合
  • 函数
  • 语言
  • 数学
  • 数字
  • 对象
  • Seq
  • 字符串
  • 实用函数
  • Properties

min-dash


CI

Minimal utility tool belt to be used with bpmn.io related libraries.

Features


fine selection of powerful utilities on board
ES2015 compatible
complete bundle < 2 kB minified and gzipped
utilities optimized for speed (i.e. sorting and union only by key)

How to use


  1. ``` js
  2. import {
  3.   find,
  4.   sortBy,
  5.   assign
  6. } from 'min-dash';
  7. ```

Your favourite module bundler should apply tree-shaking to only include the components your application requires. If you're using CommonJS modules give common-shake a try.

Related


1-liners - a slightly more opinionated collection of useful utilities
min-dom - minimal DOM utility toolbelt
tiny-svg - tiny SVG utility toolbelt

License


MIT
Last Updated: 2023-05-15 20:35:46