Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

capital-d

mvaldesdeleon15MIT0.0.3

Erradicates undefineds with ancient magic powers

undefined, proxy

readme

capital-d

Tired of not being able to read property 'whatever' of undefined?

We got you covered.

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 do:

npm install capital-d

license

MIT