UNPKG

@flourd/toml

Version:

Familiar parse and stringify for TOML, with a CLI to convert to/from JSON.

4 lines (3 loc) 113 B
'use strict' exports.parse = require('@flourd/toml/parse') exports.stringify = require('@flourd/toml/stringify')