Skip to content

Zhoukaiqiang/lodash_ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Lodash modular utilities in TypeScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published