import { parseAll } from "https://deno.land/std@0.135.0/encoding/yaml.ts";
Same as parse()
, but understands multi-document sources.
Applies iterator to each document if specified, or returns array of documents.
Parameters
optional
options: ParseOptions