UNPKG
flowjv
Version:
latest (0.16.0)
0.16.0
0.15.3
0.15.2
0.15.1
0.14.1
0.13.3
0.13.2
0.13.1
0.12.3
0.12.2
0.11.0
0.9.0
0.8.0
0.7.3
0.7.2
0.6.1
0.6.0
0.5.3
0.5.2
0.5.1
0.5.0
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.9
0.3.8
0.3.7
0.3.6
0.3.5
0.3.3
0.3.2
0.3.1
0.2.0
0.0.10
0.0.8
0.0.7
0.0.6
0.0.1
Flow based approach to JSON validation!
github.com/pkishorez/flowjv
pkishorez/flowjv
flowjv
/
dist
/
jsonexpression
/
ref.d.ts
4 lines
(3 loc)
•
188 B
TypeScript
View Raw
1
2
3
4
export
declare
type
IRefArrPath
= (
string
|
number
)[];
export
declare
type
IRefPath
=
IRefArrPath
|
string
;
export
declare
const
getDataFromRefPath
:
(
data
:
any
,
refPath
:
IRefPath
) =>
any
;