lodash-up

0.1.0 • Public • Published

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 Tallefourtane - Nicolab.net
Nicolas Talle

Package Sidebar

Install

npm i lodash-up

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

2.85 kB

Total Files

3

Last publish

Collaborators

  • nicolab