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

x/windmill/node_modules/yaml/dist/nodes/YAMLMap.d.ts>YAMLMap#get

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
method YAMLMap.prototype.get
import { YAMLMap } from "https://deno.land/x/windmill@v1.320.3/node_modules/yaml/dist/nodes/YAMLMap.d.ts";

Parameters

key: unknown
keepScalar: true

Returns

Scalar<V> | undefined

Parameters

key: unknown
optional
keepScalar: false

Returns

V | undefined

Parameters

key: unknown
optional
keepScalar: boolean

Returns

V | Scalar<V> | undefined