📄 get-iterator-method.js
/home/palash/git/site/node_modules/core-js/es/get-iterator-method.js
Language: js • Lines: 6
'use strict';
require('../modules/es.array.iterator');
require('../modules/es.string.iterator');
var getIteratorMethod = require('../internals/get-iterator-method');

module.exports = getIteratorMethod;