import { stringify } from "https://deno.land/std@0.73.0/encoding/yaml.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.73.0/encoding/yaml.ts";
Serializes object
as a YAML document.
You can disable exceptions by setting the skipInvalid option to true.