object.values.entries.getownpropertydescriptors

1.0.3 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i object.values.entries.getownpropertydescriptors

Weekly Downloads

0

Version

1.0.3

License

MIT

Last publish

Collaborators

  • wessberg