Skip to main content
Module

x/denoflow/deps.ts>stringify

Configuration as Code, use YAML to write automated workflows that run on Deno, with any Deno modules, Typescript/Javascript codes
Latest
function stringify
import { stringify } from "https://deno.land/x/denoflow@0.0.35/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