astro-ghostcms/.pnpm-store/v3/files/c4/6ee221cf520d7a0c27dece87b92...

8 lines
153 B
Plaintext

'use strict';
var implementation = require('./implementation');
module.exports = function getPolyfill() {
return Object.groupBy || implementation;
};