import { yamlParse } from "https://dotland.deno.dev/x/wmill@v1.354.0/deps.ts";
Parses content
as single YAML document.
Returns a JavaScript object or throws YAMLError
on error.
By default, does not support regexps, functions and undefined. This method is safe for untrusted data.