astro-ghostcms/.pnpm-store/v3/files/05/bbb503d66cbbb41349118ac1571...

8 lines
135 B
Plaintext

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