📄 index.js
/home/palash/git/site/node_modules/es-iterator-helpers/Iterator/index.js
Language: js • Lines: 9
'use strict';

var callBind = require('call-bind');

var getPolyfill = require('./polyfill');

var polyfill = callBind(getPolyfill());

module.exports = polyfill;