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

x/ter/deps.ts>stringify

A tiny wiki-style site builder with Zettelkasten flavor.
Go to Latest
function stringify
import { stringify } from "https://deno.land/x/ter@0.6.4/deps.ts";

Serializes object as a YAML document.

You can disable exceptions by setting the skipInvalid option to true.

Parameters

obj: Record<string, unknown>
optional
options: DumpOptions

Returns

string