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