dset:一个很小的(196B)实用程序用于安全地写入深层对象值! 源码
集 一个很小的(196B)实用程序,用于安全地写入深层对象值! 有关访问深层对象属性的信息,请参见 。 使用GraphQL? 您可能需要dset/merge有关更多信息,请参见。 安装 $ npm install --save dset 模式 可以使用dset两个“版本”: dset 大小(gzip): 196字节可用性: , , import { dset } from 'dset' ; dset/merge 大小(gzip): 289个字节可用性: , , import { dset } from 'dset/merge' ; 用法 import { dset } from 'dset' ; let foo = { abc : 123 } ; dset ( foo , 'foo.bar' , 'hello' ) ; // or: dset(foo, ['foo',
文件列表
dset-master.zip
(预估有个23文件)
dset-master
.github
FUNDING.yml
15B
workflows
ci.yml
891B
src
merge.d.ts
166B
merge.js
675B
index.d.ts
110B
index.js
362B
暂无评论