import { parseAll } from "https://deno.land/std@0.128.0/encoding/_yaml/parse.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