import { stringify } from "https://deno.land/std@0.220.1/yaml/stringify.ts";
Serializes object
as a YAML document.
You can disable exceptions by setting the skipInvalid option to true.
Parameters
optional
options: DumpOptionsimport { stringify } from "https://deno.land/std@0.220.1/yaml/stringify.ts";
Serializes object
as a YAML document.
You can disable exceptions by setting the skipInvalid option to true.