Lodash
Original author(s) | John-David Dalton |
---|---|
Initial release | April 23, 2012[1] |
Stable release |
4.13.1 / May 23, 2016[2]
|
Development status | Active |
Written in | JavaScript |
Type | JavaScript library |
License | MIT |
Website | lodash |
Lodash is a JavaScript library which provides utility functions for common programming tasks using the functional programming paradigm.
Contents
History
Lodash draws most of its ideas from Underscore.js, and now receives maintenance from the original contributors to Underscore.js.