D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
public_html
/
wabulk.whatzi.online
/
node_modules
/
min-document
/
test
/
Filename :
index.js
back
Copy
var testDocument = require("./test-document") var testDomElement = require("./test-dom-element") var testDomComment = require("./test-dom-comment") var document = require("../index") testDocument(document) testDomElement(document) testDomComment(document) if (typeof window !== "undefined" && window.document) { testDocument(window.document) testDomElement(window.document) testDomComment(window.document) }