Skip to main content
Module

std/yaml/stringify.ts>stringify

The Deno Standard Library
Latest
function stringify
import { stringify } from "https://deno.land/std@0.224.0/yaml/stringify.ts";

Serializes data as a YAML document.

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

Parameters

data: unknown
optional
options: DumpOptions

Returns

string