What is toml?
"TOML parser for Node.js (parses TOML spec v0.4.0)"
toml is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 140.6 KB on disk.
Installation Guide
# Install via NPM
npm install toml
# Install via Yarn
yarn add toml