import { yaml } from "https://deno.land/x/bob@v1.1.1/deps.ts";
const { parse } = yaml;
Parses content
as single YAML document.
Returns a JavaScript object or throws YAMLException
on error.
By default, does not support regexps, functions and undefined. This method is safe for untrusted data.
Parameters
optional
options: ParseOptions