UNPKG

confbox

Version:

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

5 lines (4 loc) 312 B
export { JSON5ParseOptions, JSON5StringifyOptions, parseJSON5 } from './json5.cjs'; export { JSONCParseError, JSONCParseOptions, parseJSONC } from './jsonc.cjs'; export { parseYAML, parseYAMLOptions, stringifyYAML, stringifyYAMLOptions } from './yaml.cjs'; export { parseTOML, stringifyToml } from './toml.cjs';