An open API service indexing awesome lists of open source software.

https://github.com/xpl/es7-object-polyfill

A polyfill for missing Object.values / Object.entries
https://github.com/xpl/es7-object-polyfill

Last synced: about 1 year ago
JSON representation

A polyfill for missing Object.values / Object.entries

Awesome Lists containing this project

README

          

# A polyfill for missing Object.values / Object.entries

Installing:

```bash
npm install es7-object-polyfill
```

Usage:

```javascript
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:

```html

```