Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/yaml_wasm/lib/yaml_wasm.d.ts>stringify

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

Encode a JavaScript value into a YAML text.

Throws on failure.

NOTE: Circular object will result in infinite loop.

Parameters

value: any

Returns

string