1.0.3 • Published 8 years ago

object.values.entries.getownpropertydescriptors v1.0.3

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

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.