Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
function parseLtdToml (str) {
return ltdToml.parse(str, 0.5, '\n')
}
const fixtures = glob(`${__dirname}/benchmark/*.toml`)
function parseLtdToml (str) {
return ltdToml.parse(str, 0.5, '\n')
}