Skip to main content
Module

x/bob/deps.ts>yaml.parseAll

A static site generator for the dynamic web - develop with TSX and build with Deno
Go to Latest
function yaml.parseAll
import { yaml } from "https://deno.land/x/bob@v1.1.0/deps.ts";
const { parseAll } = yaml;

Same as parse(), but understands multi-document sources. Applies iterator to each document if specified, or returns array of documents.

Parameters

content: string
iterator: CbFunction
optional
options: ParseOptions

Parameters

content: string
optional
options: ParseOptions

Returns

unknown