UNPKG
@gulujs/toml
Version:
latest (0.4.1)
0.4.1
0.3.1
0.3.0
TOML parser and serializer
github.com/gulujs/toml
gulujs/toml
@gulujs/toml
/
dist
/
serializer
/
types
/
index.js
4 lines
(3 loc)
•
104 B
JavaScript
View Raw
1
2
3
4
export
*
from
'./array-of-tables.js'
;
export
*
from
'./stringify-value.js'
;
export
*
from
'./table.js'
;