Skip to main content
Module

x/denon/deps.ts>parseYaml

👀 Monitor any changes in your Deno application and automatically restart.
Very Popular
Latest
function parseYaml
import { parseYaml } from "https://deno.land/x/denon@2.5.0/deps.ts";

Parses content as single YAML document.

Returns a JavaScript object or throws YAMLException 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