| DIR:/proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/ext/global-this/ |
| Current File : //proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/ext/global-this/is-implemented.js |
"use strict";
module.exports = function () {
if (typeof globalThis !== "object") return false;
if (!globalThis) return false;
return globalThis.Array === Array;
};
|