astro-ghostcms/.pnpm-store/v3/files/0a/02ae0e6539a063dd64c0bc5c75a...

9 lines
243 B
Plaintext

'use strict';
var globalThis = require('globalthis')();
var implementation = require('./implementation');
module.exports = function getPolyfill() {
return typeof globalThis.Iterator === 'function' ? globalThis.Iterator : implementation;
};