object.entries-ponyfill

v1.0.1
`Object.entries()` ponyfill
Object.entries object entries ponyfill polyfill shim native built-in es7 and 4 more...

object.entries-ponyfill

Object.entries() ponyfill

The implementation is the same as es-shims/Object.entries, except ES3 is not supported, therefore making this package 600 bytes rather than 28000 bytes.

built-in

You should polyfill your targeted browser environments automatically with polyfill.io, rather than using a non-tailored approach like this ponyfill. Node >= 7 has Object.entries natively. You probably only need this ponyfill if your targeted environment is Node and is version < 7.

install

$ npm install object.entries-ponyfill

example

const entries = require('object.entries-ponyfill')

entries({ foo: 123, bar: 456 })
// => [ [ 'foo', 123 ], [ 'bar', 456 ] ]
npm i object.entries-ponyfill

Metadata

  • Unknown
  • Whatever
  • Johnny Hauser
  • released 4/18/2017

Downloads

Maintainers