es7-object-polyfill

A polyfill for missing Object.values / Object.entries

Unlicense 11 个版本
安装
npm install es7-object-polyfill
yarn add es7-object-polyfill
pnpm add es7-object-polyfill
bun add es7-object-polyfill
README

A polyfill for missing Object.values / Object.entries

Installing:

npm install es7-object-polyfill

Usage:

require ('es7-object-polyfill')

It will automatically create Object.values and Object.entries — but only if they're not already defined.

In a browser, without module bundlers

Served from Unpkg CDN:

<script src="https://unpkg.com/es7-object-polyfill"></script>
版本列表
1.0.1 2019-10-10
1.0.0 2019-04-15
0.0.8 2019-04-15
0.0.7 2018-07-06
0.0.6 2018-07-06
0.0.5 2017-05-26
0.0.4 2017-05-26
0.0.3 2016-08-28
0.0.2 2016-08-28
0.0.1 2016-08-05
0.0.0 2016-08-05