lodash-core
v4.17.19
Published
all functions of lodash in a single file of 70 KB instead of too many files whose total size is 1.5 MB
Downloads
72,980
Readme
lodash-core
all lodash functions in a single file of 69 KB instead of too many files whose total size is 1.5 MB. It's a deployment package.
Based on Lodash 4.17.19
Installation
npm install lodash-core --save
yarn add lodash-core --save
References
for NodeJs
var _ = require("lodash-core");
for browsers
<script src="node_modules/lodash-core/distrib/lodash-core.min.js"></script>
Availables functions
License
MIT
- Packaged by Sylvain Longepée
- Based on Lodash 4.17.19
- Copyright JS Foundation and other contributors https://js.foundation/
- Based on Underscore.js 1.8.3 , copyright Jeremy Ashkenas http://underscorejs.org/LICENSE,
- DocumentCloud and Investigative Reporters & Editors http://underscorejs.org/