Skip to content

stringify

Import from @varavel/vdl-plugin-sdk/utils/toml.

function stringify(value): string;

Serializes a JavaScript object into a TOML document string.

Parameters

Parameter Type
value Record\<string, unknown>

Returns

string

See

Powered by smol-toml (BSD-3-Clause): https://github.com/squirrelchat/smol-toml