文件名称:object-sort:使用可链接的 API 按属性对对象进行排序
文件大小:20KB
文件格式:ZIP
更新时间:2024-07-24 02:45:41
JavaScript
对象排序 用于对对象列表进行排序的可配置、可链接的 API。 在制品 === 应用程序接口 配置(类型 = {}) types是一个对象,其键表示排序类型,而 who 的值是函数,当与对象一起提供时,将返回该排序类型感兴趣的属性的值。 例如 鉴于此对象结构: { " name " : " foo " , " role " : " bar " , " stats " : { " hp " : 21 , " xp " : 3913 } } 您可以这样定义排序类型: var types = { name : function ( o ) { return o . name ; } , role : function ( o ) { return o . role ; } , hp : function ( o ) { return o .
【文件预览】:
object-sort-master
----.jshintrc(149B)
----webpack.config.min.js(311B)
----.jshintignore(13B)
----webpack.config.js(409B)
----lib()
--------shims()
--------patch.js(64B)
--------util()
--------__tests__()
--------index.js(4KB)
----examples()
--------data.json(958B)
--------index.js(1KB)
----LICENSE(1KB)
----test()
--------jestPreprocessor.js(154B)
----README.md(4KB)
----dist()
--------object-sort.js(15KB)
--------object-sort.min.js(5KB)
----.gitignore(593B)
----package.json(1KB)