es7-object-polyfill
v1.0.1
Published
A polyfill for missing Object.values / Object.entries
Readme
A polyfill for missing Object.values / Object.entries
Installing:
npm install es7-object-polyfillUsage:
require ('es7-object-polyfill')It will automatically create Object.values and Object.entries — but only if they're not already defined.
In a browser, without module bundlers
Served from Unpkg CDN:
<script src="https://unpkg.com/es7-object-polyfill"></script>