import { YAML } from "https://deno.land/x/aether@v0.0.3/deps.ts";
const { parse } = YAML;
Parse an input string into JavaScript.
Only supports input consisting of a single YAML document; for multi-document
support you should use YAML.parseAllDocuments
. May throw on error, and may
log warnings using console.warn
.