paradiego
This commit is contained in:
8
node_modules/es-iterator-helpers/Iterator/polyfill.js
generated
vendored
Normal file
8
node_modules/es-iterator-helpers/Iterator/polyfill.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
'use strict';
|
||||
|
||||
var globalThis = require('globalthis')();
|
||||
var implementation = require('./implementation');
|
||||
|
||||
module.exports = function getPolyfill() {
|
||||
return typeof globalThis.Iterator === 'function' ? globalThis.Iterator : implementation;
|
||||
};
|
||||
Reference in New Issue
Block a user