PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/globalthis

Просмотр файла: polyfill.js

'use strict';

var implementation = require('./implementation');

module.exports = function getPolyfill() {
	if (typeof global !== 'object' || !global || global.Math !== Math || global.Array !== Array) {
		return implementation;
	}
	return global;
};

Выполнить команду


Для локальной разработки. Не используйте в интернете!