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

x/windmill/node_modules/yaml/browser/index.js>YAMLMap

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
class YAMLMap
extends Collection
import { YAMLMap } from "https://deno.land/x/windmill@v1.353.0/node_modules/yaml/browser/index.js";

Constructors

new
YAMLMap(schema)

Methods

add(pair, overwrite)

Adds a value to the collection.

delete(key)
get(key, keepScalar)
has(key)
set(key, value)
toJSON(
_,
ctx,
Type,
)
toString(
ctx,
onComment,
onChompKeep,
)

Static Properties

readonly
tagName