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
Latest
namespace yaml
import { yaml } from "https://deno.land/x/bob@v2.8.1/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.