文件名称:ts-object-helpers:TypeScript对象助手类型
文件大小:79KB
文件格式:ZIP
更新时间:2024-04-24 21:05:47
TypeScript
TypeScript对象访问助手
帮助解决类型安全,深度对象访问(或部分访问)的问题,这种问题在最近的TypeScript版本中成为可能。
在lodash.get使用lodash.get (快速,经过战斗测试,可靠)
尽可能增加类型安全性
同构
要求
TypeScript 4.1+(大量使用模板文字类型)
文献资料
类型助手
DotNotationKeys
【文件预览】:
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)