UNPKG
ts-std-lib
Version:
latest (1.2.2)
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
A standard library for typescript
github.com/SeanSobey/ts-std-lib
SeanSobey/ts-std-lib
ts-std-lib
/
dist
/
Serialization
/
Json
/
IJsonSerializer.js
5 lines
•
208 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
jsonSerializer
=
void
0
;
exports
.
jsonSerializer
=
Symbol
(
'jsonSerializer'
);
//# sourceMappingURL=IJsonSerializer.js.map