An alternative to lodash with the same API.
- 馃敤 High frequency API
- 馃晵 Familiar lodash API
- 馃挭 Support Tree Shaking
- 馃懌 Support Typescript
- 馃敟 Smaller Size (with ES6+ API)
- 馃摝 2.5kb mini library
# yarn
$ yarn add midash
# pnpm
$ pnpm i midashimport { sum } from 'midash'
sum([1, 3, 5, 7, 9])