UNPKG
yunzai-micro-plugin
Version:
latest (0.1.0-rc.23)
0.1.0-rc.23
0.1.0-rc.21
0.1.0-rc.19
0.1.0-rc.18
0.1.0-rc.17
0.1.0-rc.16
0.1.0-rc.15
0.1.0-rc.14
0.1.0-rc.13
0.1.0-rc.12
0.1.0-rc.11
0.1.0-rc.9
0.1.0-rc.8
0.1.0-rc.7
0.1.0-rc.6
0.1.0-rc.5
0.1.0-rc.4
0.1.0-rc.3
0.1.0-rc.2
0.1.0-rc.1
0.1.0-Beta.9
0.1.0-Beta.8
0.1.0-Beta.7
0.1.0-Beta.6
0.1.0-Beta.5
0.1.0-Beta.4
0.1.0-Beta.3
0.1.0-Beta.2
0.1.0-Beta.1
Yunzai开发管理面板
yunzai-micro-plugin
/
dist
/
types
/
server
/
controller
/
config
/
tools.d.ts
9 lines
(8 loc)
•
230 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
function
customizer
(
objValue
:
any
,
srcValue
:
any
):
any
;
export
declare
function
getNestedProperty
(
obj
:
any
,
path
:
string
): {
isTrue
:
boolean
;
value
?:
undefined
; } | {
isTrue
:
boolean
;
value
:
any
; };