shfshanyue / midash

An alternative to lodash with the same API.

Home Page:https://midash.devtool.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)
  • 📦 2.5kb mini library

API

Documentation 中文文档

Installation

# yarn
$ yarn add midash
# pnpm
$ pnpm i midash
import { sum } from 'midash'

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

About

An alternative to lodash with the same API.

https://midash.devtool.tech

License:MIT License


Languages

Language:TypeScript 100.0%