/* global globalThis, self */importfreeGlobalfrom'./freeGlobal.js'/** Detect free variable `globalThis` *//** 检测自由变量' globalThis ' */constfreeGlobalThis=typeofglobalThis==='object'&&globalThis!==null&&globalThis.Object==Object&&globalThis/** Detect free variable `self`. *//** 检测自由变量“自我”。 */constfreeSelf=typeofself==='object'&&self!==null&&self.Object===Object&&self/** Used as a reference to the global object. *//** 用作对全局对象的引用。 */constroot=freeGlobalThis||freeGlobal||freeSelf||Function('return this')()exportdefaultroot