Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
share
/
nodejs
/
object-is
📤 Upload
📝 New File
📁 New Folder
Close
Editing: shim.js
'use strict'; var getPolyfill = require('./polyfill'); var define = require('define-properties'); module.exports = function shimObjectIs() { var polyfill = getPolyfill(); define(Object, { is: polyfill }, { is: function testObjectIs() { return Object.is !== polyfill; } }); return polyfill; };
Save
Cancel