ini-decode
ini file decoder for Node.js, using this util, you can read .ini
file and even parse it to .d.ts
file
installation
npm install ini-decode
usage
//parse //this is configsconsole.logconfigs //you can write dts to a .d.ts filefs.writeFileSync'/path/to/ini.d.ts', dts