deep-object-find

时间:2021-05-14 10:18:50
【文件属性】:
文件名称:deep-object-find
文件大小:3KB
文件格式:ZIP
更新时间:2021-05-14 10:18:50
JavaScript 深层目标发现 获取或设置深层嵌套键的值。 安装 $ npm i deep-object-find --save 用法 JavaScript var deepObjectFind = require ( 'deep-object-find' ) ; var obj = { foo : { bar : { first : true , second : '2' } } } deepObjectFind ( obj , 'foo.bar.first' ) ; 测试 npm test 贡献或报告问题 对于错误和功能请求,。 执照 麻省理工学院:copyright:
【文件预览】:
deep-object-find-master
----.gitignore(18B)
----package.json(561B)
----LICENSE(1KB)
----index.js(508B)
----test.js(1KB)
----readme.md(581B)

网友评论