ts-object-helpers:TypeScript对象助手类型

时间:2024-04-24 21:05:47
【文件属性】:

文件名称:ts-object-helpers:TypeScript对象助手类型

文件大小:79KB

文件格式:ZIP

更新时间:2024-04-24 21:05:47

TypeScript

TypeScript对象访问助手 帮助解决类型安全,深度对象访问(或部分访问)的问题,这种问题在最近的TypeScript版本中成为可能。 在lodash.get使用lodash.get (快速,经过战斗测试,可靠) 尽可能增加类型安全性 同构 要求 TypeScript 4.1+(大量使用模板文字类型) 文献资料 类型助手 DotNotationKeys 取得具有一组已知键的对象,然后递归返回该已知类型的所有可能的点表示法访问器。 type Model = { id : string ; child : { id : string ; children : { id : string ; name : string ; } [ ] ; } ; } ; type DotNotation


【文件预览】:
ts-object-helpers-main
----package.json(1KB)
----.github()
--------workflows()
----jest.config.ts(396B)
----src()
--------helperTypes()
--------variadicGet.ts(1KB)
--------get.test.ts(197B)
--------DotNotationMap()
--------get.ts(798B)
--------VariadicDotNotationMap()
--------variadicGet.test.ts(2KB)
----tsconfig.json(263B)
----.gitignore(28B)
----README.md(6KB)
----yarn.lock(161KB)
----index.ts(661B)

网友评论