npm.io
1.0.3 • Published 9 years ago

object.values.entries.getownpropertydescriptors

Licence
MIT
Version
1.0.3
Deps
0
Vulns
0
Weekly
2

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.