midash
v1.0.3
Published
An alternative to lodash with the same API.
Downloads
163
Maintainers
Readme
Midash
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
API
Installation
# yarn
$ yarn add midash
# pnpm
$ pnpm i midash
import { sum } from 'midash'
sum([1, 3, 5, 7, 9])