UNPKG

scrapper-tools

Version:

Its in development but I use it in all my web automation project.

7 lines (5 loc) 143 B
import toml from 'toml' import fs from 'fs' export default function parseToml(path) { return toml.parse(fs.readFileSync(path).toString()) }