lodash-up
v0.1.0
Published
Lodash + some common mixins.
Downloads
10
Readme
lodash-up
Lodash + some common mixins. Works in server and browser.
Install
npm install lodash-up
or with Yarn:
yarn add lodash-up
Usage
let _ = require('lodash-up');
See the source code for the functions list.
If you do not want to load all Lodash or if you have a custom entry point for Lodash, use an alias to the lodash name.
Include the lodash-up
path to your JS transpiler.
Webpack config example:
module: {
rules: [
{
// "include" is commonly used to match the directories
include: [
path.resolve(__dirname, 'node_modules/lodash-up')
],
}
]
}
LICENSE
MIT (c) 2015, Nicolas Tallefourtane.
Author
| | |---| | Nicolas Talle |