midash

Npm Versionopen in new windowNode VersionType SupportTree Shaking SupportNpm Month DownloadsGzip Size

An alternative to lodash with the same API.

  • 🔨 High frequency API
  • 🕒 Familiar lodash API
  • 💪 Support Tree Shaking
  • 👫 Support Typescript
  • 🔥 Smaller Size (with ES6+ API)
  • 📦 1.5kb mini library

API

Documentationopen in new window

Installation

$ yarn add midash
import { sum } from 'midash'

sum([1, 3, 5, 7, 9])