UNPKG
universal-serialize
Version:
latest (1.0.10)
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
Javascript module template.
github.com/krakenjs/universal-serialize
krakenjs/universal-serialize
universal-serialize
/
src
/
index.js
9 lines
(7 loc)
•
184 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/* @flow */
export
*
from
'./serialize'
;
export
*
from
'./deserialize'
;
export
*
from
'./serializers'
;
export
*
from
'./constants'
;
export
*
from
'./common'
;
export
*
from
'./types'
;