Skip to content

erasaur/meteor-lodash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published