midash

An alternative to lodash with the same API.

Usage no npm install needed!

<script type="module">
  import midash from 'https://cdn.skypack.dev/midash';
</script>

README

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

Object

  • get
  • omit
  • omitBy
  • pick
  • pickBy
  • defaults

Array

  • chunk
  • sample
  • sampleSize
  • shuffle
  • uniq
  • groupBy
  • keyBy
  • get

String

  • camelCase
  • snakeCase
  • kebabCase