UNPKG

@flourd/toml

Version:

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

16 lines (13 loc) 203 B
import * as utils from './index.js'; export { TomlError, createTime, createDate, createDateTime, createDateTimeFloat, formatNum } from './index.js'; export { utils, utils as default };