UNPKG

@willsoto/node-konfig-toml-parser

Version:

TOML parser support for Node Konfig

20 lines (13 loc) 461 B
# Node Konfig TOML Parser > Thanks to [Konfig](https://github.com/lalamove/konfig) for the inspiration. This library would not have been possible without it. Documentation is available at [https://willsoto.github.io/node-konfig/](https://willsoto.github.io/node-konfig/) ## Installation ```bash npm install @willsoto/node-konfig-toml-parser ``` ```bash yarn add @willsoto/node-konfig-toml-parser ``` ```bash pnpm add @willsoto/node-konfig-toml-parser ```