0.2.9 • Published 6 years ago

underscore.get v0.2.9

Weekly downloads
703
License
ISC
Repository
github
Last release
6 years ago

##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!

0.2.9

6 years ago

0.2.8

6 years ago

0.2.7

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.0.1

6 years ago