UNPKG
@jsonjoy.com/json-pack
Version:
latest (1.2.0)
1.2.0
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.1
High-performance JSON serialization library
github.com/jsonjoy-com/json-pack
jsonjoy-com/json-pack
@jsonjoy.com/json-pack
/
lib
/
json-pointer
/
types.d.ts
3 lines
(2 loc)
•
80 B
TypeScript
View Raw
1
2
3
export
type
PathStep
=
string
|
number
;
export
type
Path
=
readonly
PathStep
[];