GitHub license Build Status Coverage Status npm bundle size (minified) npm docs Greenkeeper badge

@geoblink/lodash-mixins

A collection of functionalities to extend lodash library.

Installation

Using NPM:

npm i --save @geoblink/lodash-mixins

Or yarn:

yarn add --save @geoblink/lodash-mixins

Usage

In your app:

const _ = require('lodash')
require('@geoblink/lodash-mixins')(_)

Docs

Documentation is automatically updated whenever a new version is released and can be checked in https://geoblink.github.io/lodash-mixins.