object.values.entries.getownpropertydescriptors
v1.0.3
Published
Polyfills for Object.values, Object.entries and Object.getOwnPropertyDescriptors
Downloads
3
Readme
Polyfills for Object.values, Object.entries & Object.getOwnPropertyDescriptors
Based on the reference implementations by tc39 found here and here.
Install
Install with
npm install object.values.entries.getownpropertydescriptors --save-dev
Usage
Load it in your code with an import statement:
import "object.values.entries.getownpropertydescriptors";
Or from a script tag:
<script src="../node_modules/object.values.entries.getownpropertydescriptors/polyfill.min.js"></script>
The polyfill will be applied automatically if necessary.