Skip to main content
Module

x/documentaly/deps.ts

(Beta) Maintain document and build tool.
Go to Latest
import * as documentaly from "https://deno.land/x/documentaly@0.3.3/deps.ts";

Namespaces

parse and stringify for handling YAML encoded data.

Variables

Extends JS-YAML default schema with additional JavaScript types It is not described in the YAML specification. Functions are no longer supported for security reasons.

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.