Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/clarigen/src/dev-deps.ts>stringifyToml

Deno package for type-safe Clarinet tests
Go to Latest
function stringifyToml
import { stringifyToml } from "https://deno.land/x/clarigen@v0.4.3/src/dev-deps.ts";

Stringify dumps source object into TOML string and returns it.

Parameters

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

Returns

string