Skip to main content
Module

std/toml/stringify.ts>stringify

Deno standard library
Go to Latest
function stringify
import { stringify } from "https://deno.land/std@0.190.0/toml/stringify.ts";

Stringify dumps source object into TOML string and returns it.

Parameters

srcObj: Record<string, unknown>
optional
fmtOptions: FormatOptions

format options

Returns

string