PHP WebShell

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

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

'use strict';

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

module.exports = function getPolyfill() {
	return typeof Object.is === 'function' ? Object.is : implementation;
};

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


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