astro-ghostcms/.pnpm-store/v3/files/e6/921669c700f19b7155ab043b00a...

8 lines
189 B
Plaintext

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