UNPKG
luxi-record-utils
Version:
latest (1.0.8)
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
一些工具函数
github.com/luxi-record/utils
luxi-record/utils
luxi-record-utils
/
lib
/
searchPath
/
index.d.ts
2 lines
(1 loc)
•
151 B
TypeScript
View Raw
1
2
export
default
function
searchPathFromTree
(
tree
:
Record
<
string
,
any
>,
key
:
string
,
value
:
string
|
number
|
boolean
|
null
,
childKey
?:
string
):
any
[];