Ajout de promotion et de commande
This commit is contained in:
+8
@@ -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