1.0.1 • Published 5 years ago

es7-object-polyfill v1.0.1

Weekly downloads
8,185
License
Unlicense
Repository
github
Last release
5 years ago

A polyfill for missing Object.values / Object.entries

Installing:

npm install es7-object-polyfill

Usage:

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>