Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
function YAML.stringify
import { YAML } from "https://deno.land/x/embassyd_sdk@v0.3.4.3.0-alpha1/lib/esm/mod.js";
const { stringify } = YAML;

Serializes object as a YAML document.

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

Parameters

obj
options