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

8 lines
162 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 Array.prototype.flatMap || implementation;
};