UNPKG

confbox

Version:

Compact and high quality YAML, TOML, JSONC and JSON5 parsers

2 lines (1 loc) 169 B
export{parseJSON5}from"./json5.mjs";export{parseJSONC}from"./jsonc.mjs";export{parseYAML,stringifyYAML}from"./yaml.mjs";export{parseTOML,stringifyToml}from"./toml.mjs";