0.0.5 • Published 7 years ago

drabs v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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