shvl::construction:获取并设置对象内的点标记属性

时间:2024-05-20 00:40:29
【文件属性】:

文件名称:shvl::construction:获取并设置对象内的点标记属性

文件大小:7KB

文件格式:ZIP

更新时间:2024-05-20 00:40:29

javascript object dot-notation setter getter

shvl 获取并设置对象内的点标记属性。 安装 npm install --save shvl 版本也可以在上: [removed][removed] 这会将shlv对象公开为全局对象。 用法 import * as shvl from 'shvl' ; let obj = { a : { b : { c : 1 d : undefined e : null } } } ; // Use dot notation for keys shvl . set ( obj , 'a.b.c' , 2 ) ; shvl . get ( obj , 'a.b.c' ) === 2 ; // Or use an array as key shvl . get ( obj , [ 'a'


【文件预览】:
shvl-master
----.github()
--------dependabot.yml(107B)
--------workflows()
----test.js(4KB)
----LICENSE(1KB)
----README.md(4KB)
----index.d.ts(153B)
----.all-contributorsrc(918B)
----.gitignore(127B)
----index.js(488B)
----CHANGELOG.md(190B)
----package.json(1KB)

网友评论