document.js 160 Bytes edit raw blame history 1 2 3 4 5 6 if (typeof define === "function" && define.amd) define(function () { return document; }); else if (typeof exports === "object") module.exports = document;