Licence
Unlicense
Version
1.0.4
Deps
1
Vulns
0
Weekly
0
get-doc
Return document, if there’s DOM. Just a way simpler than get-document. Use to avoid document is undefined error.
$ npm isntall get-doc
var doc = require('get-doc');
doc; //`document` in browser, `null` in node
