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