Object.values:符合ES2017规范的Object.values填充程序

时间:2024-05-20 20:16:02
【文件属性】:

文件名称:Object.values:符合ES2017规范的Object.values填充程序

文件大小:14KB

文件格式:ZIP

更新时间:2024-05-20 20:16:02

javascript polyfill object ecmascript shim

对象值 符合Object.values规范的Object.values填充程序。 如果不可用或不Object.values则调用其“ shim”方法来填充Object.values 。 该软件包实现了接口。 它可以在ES3支持的环境中工作并符合。 最常见的用法: var assert = require ( 'assert' ) ; var values = require ( 'object.values' ) ; var obj = { a : 1 , b : 2 , c : 3 } ; var expected = [ 1 , 2 , 3 ] ; if ( typeof Symbol === 'function' && typeof Symbol ( ) === 'symbol' ) { // for environments with Symbol support va


【文件预览】:
Object.values-main
----shim.js(314B)
----.eslintrc(303B)
----.github()
--------workflows()
----polyfill.js(189B)
----.npmignore(628B)
----LICENSE(1KB)
----test()
--------.eslintrc(246B)
--------shimmed.js(1KB)
--------implementation.js(645B)
--------tests.js(3KB)
--------index.js(424B)
----README.md(2KB)
----auto.js(36B)
----.npmrc(19B)
----implementation.js(458B)
----.gitignore(609B)
----index.js(390B)
----CHANGELOG.md(3KB)
----.eslintignore(10B)
----package.json(2KB)
----.nycrc(139B)

网友评论