Package Exports
- min-dash
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (min-dash) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
min-dash
Minimal utility tool belt to be used with bpmn.io related libraries.
Features
- fine selection of powerful utilities on board
- ES2015 compatible
- complete bundle
4K
gzipped - utilities optimized for speed (i.e. sorting and union only by key)
How to use
import {
find,
sortBy,
assign
} from 'min-dash';
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.
License
MIT