es7-object-polyfill

1.0.1 • Public • Published

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>

Dependents (35)

Package Sidebar

Install

npm i es7-object-polyfill

Weekly Downloads

45,095

Version

1.0.1

License

Unlicense

Unpacked Size

8.43 kB

Total Files

8

Last publish

Collaborators

  • xpl