UNPKG

@aduh95/toml

Version:

This package contains methods for parsing Tom's Obvious, Minimal Language (TOML) and converting values to TOML.

9 lines (6 loc) 234 B
import NodeJsAPI from "./nodejs/toml2js"; import BrowserAPI from "./web/toml2js"; declare const exports: typeof NodeJsAPI | typeof BrowserAPI; export default exports; export * from "./nodejs/toml2js"; export * from "./web/toml2js";