Lodash Min Js File

$ npm install lodash-decipher Usage AngularJS Goodies This module distributes a separate set of file(s) that will mixin to LoDash that rely on AngularJS' API. Is that a good idea? I don't know.

Pull Requests 0

FileRoadmap

The file structure of the npm module changed; for now you can access the monolithic build via lodash/index.js. Leon commented Jun 8, 2015 @d10 but not as a minified file.

File

If you want access to these functions, simply require decipher.lodash from your main module, and it will mix itself into LoDash's object. Note: These functions are not available during AngularJS' configuration phase, as they rely on services instead of providers. In general, this will give you the extra functions. Note: lodash-decipher.js proper is included within lodash-decipher.ng.js. Core API Chainable Methods.transmogrify(value, func, ignoreRx) Walk an object depth-first and execute a function against each member, replacing the value of that member with the value returned by the function. Use to generate a function which will call a function within each object member, if present.

7,708 Commits

Will not walk functions. Parameters value: Object, Object to walk. Func: Function, Function to execute against each member. IgnoreRx: RegExp string, Any key matching this will not be walked. Returns:., Transmogrified copy of your object.