/es7-object-polyfill

A polyfill for missing Object.values / Object.entries

Primary LanguageJavaScriptThe UnlicenseUnlicense

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.