UNPKG
@triviality/serializer
Version:
latest (1.1.6)
1.1.6
1.1.4
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
0.2.3
0.2.2
0.2.1
0.1.2
0.1.1
Typescript serializer with an interface
github.com/triviality-js/triviality
triviality-js/triviality
@triviality/serializer
/
src
/
index.ts
7 lines
(6 loc)
•
222 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
*
from
'./Serializeable'
;
export
*
from
'./SerializerFeatureServices'
;
export
*
from
'./SerializerInterface'
;
export
*
from
'./Metadata'
;
export
*
from
'./Error/SerializerError'
;
export
*
from
'./ClassConstructor'
;