Skip to main content
Module

x/lume_langdata/deps.ts>YAML.stringify

A Lume plugin for multi-language websites.
Go to Latest
function YAML.stringify
import { YAML } from "https://deno.land/x/lume_langdata@v2.0.3/deps.ts";
const { stringify } = YAML;

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