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
- Host: GitHub
- URL: https://github.com/xpl/es7-object-polyfill
- Owner: xpl
- License: mit
- Created: 2016-08-05T15:06:15.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T17:29:10.000Z (over 3 years ago)
- Last Synced: 2025-05-16T15:19:01.407Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 246 KB
- Stars: 7
- Watchers: 4
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```