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

WebAssembly module to parse YAML
Latest
import * as yamlWasm from "https://deno.land/x/yaml_wasm@deno-v0.41.0/lib/yaml_wasm.d.ts";

Functions

If module_or_path is {RequestInfo} or {URL}, makes a request and for everything else, calls WebAssembly.instantiate directly.

Parse a YAML Text into a JavaScript value.

Encode a JavaScript value into a YAML text.