Skip to main content
Module

x/book/deps.ts>parseYaml

A super easy-to-use markdown document preview framework in Deno.
Latest
function parseYaml
import { parseYaml } from "https://deno.land/x/book@0.0.9/deps.ts";

Parses content as single YAML document.

Returns a JavaScript object or throws YAMLError on error. By default, does not support regexps, functions and undefined. This method is safe for untrusted data.

Parameters

content: string
optional
options: ParseOptions

Returns

unknown