Blame view

node_modules/es5-ext/array/#/entries/shim.js 145 Bytes
f7563de62   Palak Handa   first commit
1
2
3
4
  'use strict';
  
  var ArrayIterator = require('es6-iterator/array');
  module.exports = function () { return new ArrayIterator(this, 'key+value'); };