文件名称:Object.entries:符合ES2017规范的Object.entries填充程序
文件大小:17KB
文件格式:ZIP
更新时间:2024-05-20 20:17:20
javascript polyfill object ecmascript shim
对象项 符合ES2017规范的Object.entries填充程序。 如果不可用或不Object.entries则调用其“填充”方法对Object.entries进行填充。 该软件包实现了接口。 它可以在ES3支持的环境中工作并符合。 最常见的用法: var assert = require ( 'assert' ) ; var entries = require ( 'object.entries' ) ; var obj = { a : 1 , b : 2 , c : 3 } ; var expected = [ [ 'a' , 1 ] , [ 'b' , 2 ] , [ 'c' , 3 ] ] ; if ( typeof Symbol === 'function' && typeof Symbol ( ) === 'symbol' ) { // for environmen
【文件预览】:
Object.entries-main
----shim.js(319B)
----.eslintrc(303B)
----.github()
--------workflows()
----polyfill.js(191B)
----.npmignore(639B)
----LICENSE(1KB)
----test()
--------.eslintrc(246B)
--------shimmed.js(1KB)
--------implementation.js(645B)
--------tests.js(3KB)
--------index.js(428B)
----README.md(2KB)
----auto.js(36B)
----.npmrc(55B)
----implementation.js(471B)
----.gitignore(620B)
----index.js(390B)
----CHANGELOG.md(13KB)
----.eslintignore(10B)
----package.json(2KB)
----.nycrc(139B)