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
/
dist
/
module
/
index.js
6 lines
•
170 B
JavaScript
View Raw
1
2
3
4
5
6
export
*
from
'./serialize'
;
export
*
from
'./deserialize'
;
export
*
from
'./serializers'
;
export
*
from
'./constants'
;
export
*
from
'./common'
;
export
*
from
'./types'
;