/midash

An alternative to lodash with the same API.

Primary LanguageTypeScriptMIT LicenseMIT

Midash

Npm Version Node Version Type Support Tree Shaking Support Npm Month Downloads Gzip 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

Documentation

Installation

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

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