es7-object-polyfill
A polyfill for missing Object.values / Object.entries
Last updated 7 years ago by xpl .
Unlicense · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install es7-object-polyfill 
SYNC missed versions from official npm registry.

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>

Current Tags

  • 1.0.1                                ...           latest (7 years ago)

11 Versions

  • 1.0.1                                ...           7 years ago
  • 1.0.0                                ...           7 years ago
  • 0.0.8                                ...           7 years ago
  • 0.0.7                                ...           8 years ago
  • 0.0.6                                ...           8 years ago
  • 0.0.5                                ...           9 years ago
  • 0.0.4                                ...           9 years ago
  • 0.0.3                                ...           10 years ago
  • 0.0.2                                ...           10 years ago
  • 0.0.1                                ...           10 years ago
  • 0.0.0                                ...           10 years ago
Maintainers (2)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 11
Dependencies (2)
Dev Dependencies (3)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |