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 midash
import { sum } from 'midash'
sum([1, 3, 5, 7, 9])