1.1.1 • Published 5 months ago
@a169kai/lodash-ts v1.1.1
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.
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