@dealerslink/lodash-extended

Extended Lodash

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@dealerslink/lodash-extended
1.1.15 years ago6 years agoMinified + gzip package size for @dealerslink/lodash-extended in KB

Readme

lodash-extended
Simple and useful utility extensions for Lodash.
npm install @dealerslink/lodash-extended

lodash-extended replaces and extends lodash. Only the lodash-extended module needs to be included in your code:
const _ = require('@dealerslink/lodash-extended');

const data = { a: 'a', b: 'b' };
// Use lodash as you normally would
console.log(_.pick(data, ['a']);

See wiki for more details