astro-ghostcms/.pnpm-store/v3/files/91/2376762a5563d74da7a7c8bb0ef...

8 lines
159 B
Plaintext

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