first commit

This commit is contained in:
2024-04-19 14:04:41 +07:00
commit 014283036f
7282 changed files with 1324127 additions and 0 deletions

No files matched your search

+7
View File
@@ -0,0 +1,7 @@
if (typeof define === "function" && define.amd)
define(function () {
return window || new (eval("require('jsdom')")('')).window;
});
else if (typeof exports === "object")
module.exports = window || new (eval("require('jsdom')")('')).window;