cluster0:meteor-lodash

v4.0.1Published 6 months ago

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.

Usage

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 _ = lodashin your application code.

Why use Lo-Dash?

Lo-Dash is known to be generally more performant than Underscore, and has a set of features that Underscore lacks.