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
/
mutable.js
6 lines
(5 loc)
•
125 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
/* * Types representing valid JSON values. */
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});