Module

x/johnny_decimal/deps.ts>stringifyYAML

Utilities for interacting with a Johnny Decimal filing system.
Latest
function stringifyYAML
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
import stringifyYAML
import { stringifyYAML } from "https://deno.land/x/johnny_decimal@1.1.1/deps.ts";