import { yaml } from "https://deno.land/x/bob@v1.1.1/deps.ts";
const { stringify } = yaml;
Serializes object
as a YAML document.
You can disable exceptions by setting the skipInvalid option to true.
import { yaml } from "https://deno.land/x/bob@v1.1.1/deps.ts";
const { stringify } = yaml;
Serializes object
as a YAML document.
You can disable exceptions by setting the skipInvalid option to true.