Skip to main content
Module

x/yaml_wasm/index.js>stringify

WebAssembly module to parse YAML
Latest
function stringify
import { stringify } from "https://deno.land/x/yaml_wasm@deno-v0.41.0/index.js";

Encode a JavaScript value into a YAML text.

Throws on failure.

NOTE: Circular object will result in infinite loop.

Parameters

value: any

Returns

string