| Current Path : /var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/object.fromentries/ |
| Current File : /var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/object.fromentries/polyfill.js |
'use strict';
var implementation = require('./implementation');
module.exports = function getPolyfill() {
return typeof Object.fromEntries === 'function' ? Object.fromEntries : implementation;
};