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#toJSON

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

Type Parameters

optional
T extends MapLike = Map<unknown, unknown>

Parameters

optional
_: unknown
  • Conversion context, originally set in Document#toJS()
optional
ctx: ToJSContext
  • If set, forces the returned collection type
optional
Type: { new (): T; }

Returns

any

Instance of Type, Map, or Object