Skip to main content
Module

std/toml/mod.ts>stringify

The Deno Standard Library
Latest
function stringify
import { stringify } from "https://deno.land/std@0.224.0/toml/mod.ts";

Stringify dumps source object into TOML string and returns it.

Parameters

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

format options

Returns

string