UNPKG
decode-it
Version:
latest (1.2.11)
1.2.11
1.2.10
1.2.9
1.2.8
0.1.7
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
a simple zero-dependency type safe json decoder for typescript
decode-it
/
dist
/
constructErrorPath.d.ts
2 lines
(1 loc)
•
127 B
TypeScript
View Raw
1
2
export
declare
const
constructNestedErrorPath
:
(
currentPath
:
number
|
string
,
innerPath
:
string
|
null
|
undefined
) =>
string
;