Viewing File: /home/ubuntu/voice-assistant-frontend/node_modules/es-abstract/2024/GetGlobalObject.js

'use strict';

var getGlobal = require('globalthis/polyfill');

// https://262.ecma-international.org/6.0/#sec-getglobalobject

module.exports = function GetGlobalObject() {
	return getGlobal();
};
Back to Directory File Manager