astro-ghostcms/.pnpm-store/v3/files/da/ec163f100668df9641f24e657d6...

8 lines
191 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
'use strict';
var implementation = require('./implementation');
module.exports = function getPolyfill() {
return typeof Object.entries === 'function' ? Object.entries : implementation;
};