Skip to main content
Module

x/johnny_decimal/deps.ts>stringifyYAML

Utilities for interacting with a Johnny Decimal filing system.
Go to Latest
function stringifyYAML
Re-export
import { stringifyYAML } from "https://deno.land/x/johnny_decimal@1.1.1/deps.ts";

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