4.17.19 • Published 4 years ago

lodash-core v4.17.19

Weekly downloads
2,534
License
MIT
Repository
github
Last release
4 years ago

lodash-core

build dependencies minified license hits

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

Documentation

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