Polyfills for Object.values, Object.entries and Object.getOwnPropertyDescriptors
npm install object.values.entries.getownpropertydescriptorsBased on the reference implementations by tc39 found here and here.
javascript
npm install object.values.entries.getownpropertydescriptors --save-dev
`$3
Load it in your code with an import statement:
`javascript
import "object.values.entries.getownpropertydescriptors";
`
Or from a script tag:
`html
``The polyfill will be applied automatically if necessary.