astro-ghostcms/.pnpm-store/v3/files/dd/4e56beddb15a2a6fa5ba88e73df...

8 lines
199 B
Plaintext

'use strict';
var implementation = require('./implementation');
module.exports = function getPolyfill() {
return typeof Object.fromEntries === 'function' ? Object.fromEntries : implementation;
};