7 lines
160 B
JavaScript
7 lines
160 B
JavaScript
![]() |
if (typeof define === "function" && define.amd)
|
||
|
define(function () {
|
||
|
return document;
|
||
|
});
|
||
|
else if (typeof exports === "object")
|
||
|
module.exports = document;
|