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

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

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

var bound = callBind(getPolyfill(), null);

module.exports = bound;