Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/feomasto/priv/deps.ts>toml.stringify

Sync posts from Mastodon into FeoBlog
Go to Latest
function toml.stringify
import { toml } from "https://deno.land/x/feomasto@v0.1.0/priv/deps.ts";
const { stringify } = toml;

Stringify dumps source object into TOML string and returns it.

Parameters

srcObj: Record<string, unknown>

Returns

string