npm.io
0.0.5 • Published 8 years ago

drabs

Licence
MIT
Version
0.0.5
Deps
0
Vulns
0
Weekly
0

drabs.js - NPM ready

Original code by joshuacc

Drabs is a collection of little JavaScript utilities that have their origin in the weekly A Drip of JavaScript newsletter.

The name is a pun on the (incorrect) phrase "drips and drabs", meaning little by little.

In addition to GitHub issues, discussion of Drabs is also welcome on the JS Drip Google Group.

How to use

Install via npm install drabs or yarn add drabs

import {deepGet} from 'drabs';

let val = deepGet(obj, ["Viola", "Harry", "Sally"], {});

//or

let val = deepGet(obj, ["Viola.Harry.Sally"], {});

License

Drabs is released under the MIT license.

Books by the Author

A Drip of JavaScript - The Complete Collection Jasmine Testing - A Cloak & Dagger Guide