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

8 lines
135 B
Plaintext
Raw Permalink Normal View History

2024-02-14 14:10:47 +00:00
'use strict';
var implementation = require('./implementation');
module.exports = function getPolyfill() {
return implementation;
};