astro-ghostcms/.pnpm-store/v3/files/8b/15740a70ad2acf3b3c1110299bc...

8 lines
162 B
Plaintext

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