midash
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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])

Package Sidebar

Install

npm i midash

Weekly Downloads

28

Version

1.0.3

License

MIT

Unpacked Size

155 kB

Total Files

61

Last publish

Collaborators

  • shanyue