UNPKG
@croct/json
Version:
latest (2.1.0)
2.1.0
2.0.1
2.0.0
1.1.0
1.0.0
Strong JSON typing for TypeScript.
github.com/croct-tech/json-js
croct-tech/json-js
@croct/json
/
index.d.ts
4 lines
(3 loc)
•
89 B
TypeScript
View Raw
1
2
3
4
export
*
from
'./mutable'
;
export
*
from
'./readonly'
;
export
*
from
'./jsonOperations'
;