polyfill for es8 Object.values
npm install object_valuesThis is a polyfill for the Object.values function from the ECMAScript 8
Because of the already writtern polyfills are too complicated and I wanted something simpler and doesn't relys on other new prototypes!.
npm install --save object_values
``Or just download it manually and add it to your project
This polyfill is available under the MIT license.