A collection of functionalities to extend lodash library.
Using NPM:
npm i --save @geoblink/lodash-mixinsOr yarn:
yarn add --save @geoblink/lodash-mixinsIn 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.