footwork-lodash
v2.0.3
Published
Custom lodash build utilized internally by FootworkJS
Downloads
2
Readme
What is this repository?
This repository contains the custom lodash build utilized internally by FootworkJS.
Generating a new build
First you will need to install lodash-cli
npm i -g lodash-cli
Then generate the build from the command line with this command
lodash -d -o lodash.js exports="node" include="isFunction,isObject,isString,isBoolean,isNumber,isUndefined,isArray,isNull,extend,pick,each,filter,invokeMap,clone,reduce,result,map,find,omitBy,indexOf,values,last,isEqual,noop,keys,merge,intersection,every,isRegExp,identity,includes,partial,noConflict,remove,bind"
License
MIT license - http://www.opensource.org/licenses/mit-license.php