UNPKG
@tabular-json/tabular-json
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Tabular-JSON: a superset of JSON with CSV-like tables
tabular-json.org
tabular-json/tabular-json
@tabular-json/tabular-json
/
lib
/
index.js
3 lines
•
93 B
JavaScript
View Raw
1
2
3
export
*
from
'./parse.js'
;
export
*
from
'./stringify.js'
;
//# sourceMappingURL=index.js.map