var AJQuery="object"===typeof module&&exports||{};(function(window,AJQuery){"use strict";AJQuery.$=function(cssSelector,$parent=document){let $child=$parent.querySelector(cssSelector);return $child};AJQuery.$$=function(cssSelector,$parent=document){let nodeList=$parent.querySelectorAll(cssSelector);let $children=Array.from(nodeList);return $children};Object.assign(window,AJQuery);window.AJQuery=AJQuery})(globalThis.window||{},AJQuery);if("object"===typeof module){module.exports=AJQuery}