All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.core-js.fn.dom-collections.index.js Maven / Gradle / Ivy

The newest version!
require('../../modules/web.dom.iterable');
var $iterators = require('../../modules/es6.array.iterator');
module.exports = {
  keys: $iterators.keys,
  values: $iterators.values,
  entries: $iterators.entries,
  iterator: $iterators.values
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy