import { parseAll } from "https://deno.land/x/deno@v0.28.0/std/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/x/deno@v0.28.0/std/encoding/yaml/parse.ts";
Same as parse()
, but understands multi-document sources.
Applies iterator to each document if specified, or returns array of documents.