confbox
Version:
Compact and high quality YAML, TOML, JSONC and JSON5 parsers
5 lines (4 loc) • 312 B
text/typescript
export { JSON5ParseOptions, JSON5StringifyOptions, parseJSON5 } from './json5.mjs';
export { JSONCParseError, JSONCParseOptions, parseJSONC } from './jsonc.mjs';
export { parseYAML, parseYAMLOptions, stringifyYAML, stringifyYAMLOptions } from './yaml.mjs';
export { parseTOML, stringifyToml } from './toml.mjs';