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