Note: This library is deprecated and no longer maintained. Please see https://guide.meteor.com/using-npm-packages.html
A wrapper for Lo-Dash, a JavaScript utility library delivering consistency, modularity, performance, & extras. Lo-Dash can be used as a drop-in replacement for Underscore.js.
meteor add erasaur:meteor-lodash
The package exports _
and lodash
as two global variables, though it's still possible for _
to be redefined as underscore
subsequently. To be safe, you can declare _ = lodash
in your application code.
Lo-Dash is known to be generally more performant than Underscore, and has a set of features that Underscore lacks.