UNPKG

@flourd/toml

Version:

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

6 lines (5 loc) 203 B
'use strict' module.exports = require('./string.js') module.exports.async = require('./async.js') module.exports.stream = require('./stream.js') module.exports.prettyError = require('./pretty-error.js')