UNPKG

capital-d

Version:

Erradicates undefineds with ancient magic powers

25 lines (16 loc) 335 B
# capital-d Tired of not being able to read property 'whatever' of undefined? We got you covered. ```JS var D = require('capital-d'); var x = D(); x.all.defined.all.the.time = 'world'; console.log('hello', x.all.defined.all.the.time); ``` # install with [npm](https://npmjs.org) do: ``` npm install capital-d ``` # license MIT