1.1.1 • Published 5 months ago

@a169kai/lodash-ts v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

lodash-ts

lodash-ts is the typescript version of lodash. It's just a rough imitation of lodash, and may behave differently (I'm committed to smoothing that out) and may be more modern.

Site | Docs

Installation

Using pnpm:

$ npm add -g pnpm
$ pnpm add --save @a169kai/lodash-ts

Why Lodash?

Lodash makes JavaScript easier by taking the hassle out of working with arrays, numbers, objects, strings, etc. Lodash’s modular methods are great for:

  • Iterating arrays, objects, & strings
  • Manipulating & testing values
  • Creating composite functions
1.1.1

5 months ago

1.1.0

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago