DIR: /proc/1991111/cwd/usr/share/node_modules/object-is/ |
Current File : //proc/1991111/cwd/usr/share/node_modules/object-is/polyfill.js |
'use strict'; var implementation = require('./implementation'); module.exports = function getPolyfill() { return typeof Object.is === 'function' ? Object.is : implementation; }; |