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