UNPKG

includejs

Version:

IncludeJS Resource Builder Tool

12 lines (6 loc) 241 B
var jsdom = require('jsdom').jsdom; var document = jsdom('<!DOCTYPE html><html></html>'); document.implementation.createHTMLDocument = function(html) { return jsdom(html || '<html></html>'); } global.document = document;