import { YAML } from "https://deno.land/x/lume_langdata@v2.0.6/deps.ts";
const { stringify } = YAML;
Serializes object
as a YAML document.
You can disable exceptions by setting the skipInvalid option to true.
Parameters
optional
options: DumpOptions