How to use @ltd/j-toml - 2 common examples

To help you get started, we’ve selected a few @ltd/j-toml examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github iarna / iarna-toml / benchmark.js View on Github external
function parseLtdToml (str) {
  return ltdToml.parse(str, 0.5, '\n')
}
const fixtures = glob(`${__dirname}/benchmark/*.toml`)
github iarna / iarna-toml / benchmark-per-file.js View on Github external
function parseLtdToml (str) {
  return ltdToml.parse(str, 0.5, '\n')
}

@ltd/j-toml

An implementation of TOML written by LongTengDao. Belong to "Plan J"./龙腾道为汤小明语写的实现。从属于“简计划”。

LGPL-3.0
Latest version published 1 year ago

Package Health Score

54 / 100
Full package analysis

Popular @ltd/j-toml functions