Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lume/deps/yaml.ts>parse

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
function parse
import { parse } from "https://deno.land/x/lume@v2.1.1/deps/yaml.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