Skip to main content
Module

x/bob/deps.ts>yaml

A static site generator for the dynamic web - develop with TSX and build with Deno
Go to Latest
namespace yaml
import { yaml } from "https://deno.land/x/bob@v2.3.0-rc1/deps.ts";

Functions

Parses content as single YAML document.

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

Serializes object as a YAML document.