@futils/toml-writer
v1.0.2
Published
A simple toml writer
Downloads
3
Readme
Toml Writer
A simple toml writer, compliant with the v1.0.0 specifications
How to use
- Import write from
@futils/toml-writer
- Supply your object to the write function
- Do whatever you want with the returned string containing valid TOML.