underscore.get

0.2.9 • Public • Published

Underscore.get

Usage

For Node.js, Browserify and Webpack

Install from npm

npm install underscore.get

Require individual functions

const {get} = require("underscore.get");
 
get(obj, 'a[0].b', defaultValue);

Or use Mixin

const getMixin = require("underscore.get");
_.mixin(getMixin);
_.get(obj, 'a[0].b', defaultValue);

Don't forget to star the github repository!

Package Sidebar

Install

npm i underscore.get

Weekly Downloads

235

Version

0.2.9

License

ISC

Last publish

Collaborators

  • hn2007