UNPKG

polyfill-service

Version:
6 lines (5 loc) 128 B
Object.defineProperty(Array.prototype, 'entries', { value: function () { return new ArrayIterator(this, 'key+value'); } });