astro-ghostcms/.pnpm-store/v3/files/8d/e2e2f0067e2f02aa7d3b3de9eed...

13 lines
258 B
Plaintext
Raw Normal View History

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