import { stringify } from "https://deno.land/std@0.171.0/encoding/_yaml/stringify.ts";
Serializes object
as a YAML document.
You can disable exceptions by setting the skipInvalid option to true.
import { stringify } from "https://deno.land/std@0.171.0/encoding/_yaml/stringify.ts";
Serializes object
as a YAML document.
You can disable exceptions by setting the skipInvalid option to true.