A collection of functionalities to extend lodash library.
Using NPM:
npm i --save @geoblink/lodash-mixins
Or yarn:
yarn add --save @geoblink/lodash-mixins
In your app:
const _ = require('lodash')
require('@geoblink/lodash-mixins')(_)
Documentation is automatically updated whenever a new version is released and can be checked in https://geoblink.github.io/lodash-mixins.