UNPKG

polyfill-service

Version:
7 lines (6 loc) 145 B
/* global ArrayIterator*/ Object.defineProperty(Array.prototype, 'keys', { value: function () { return new ArrayIterator(this, 'key'); } });