Skip to main content
Module

x/documentaly/deps.ts>yaml.stringify

(Beta) Maintain document and build tool.
Go to Latest
function yaml.stringify
import { yaml } from "https://deno.land/x/documentaly@0.3.4/deps.ts";
const { stringify } = yaml;

Serializes object as a YAML document.

You can disable exceptions by setting the skipInvalid option to true.

Parameters

obj: Record<string, unknown>
optional
options: DumpOptions

Returns

string