The brass buckles on lodash's utility belt - a contributors' library for lodash.
While lodash provides a bevy of useful tools to support functional programming in JavaScript, it can't (and shouldn't) be everything to everyone. lodash-contrib is intended as a home for functions that, for various reasons, don't belong in lodash proper. In particular, it aims to be:
First, you’ll need lodash. Then you can grab the relevant lodash-contrib libraries and simply add something like the following to your pages:
At the moment there are no cross-contrib dependencies (i.e. each library can stand by itself), but that may change in the future.
lodash-contrib is open sourced under the MIT license.
The lodash-contrib library currently contains a number of related capabilities, aggregated into the following files.
true
or false
based on some criteriaThe links above are to the annotated source code. Full-blown _.contrib documentation is in the works. Contributors welcomed.