interface StringifyOptions
Options for stringify.
Properties
optional
keyAlignment: boolean = falseDefine if the keys should be aligned or not.
Parsing and serializing of TOML files
Options for stringify.
keyAlignment: boolean = falseDefine if the keys should be aligned or not.
Add Package
deno add jsr:@std/toml
Import symbol
import { type StringifyOptions } from "@std/toml/stringify";
Import directly with a jsr specifier
import { type StringifyOptions } from "jsr:@std/toml/stringify";