Skip to main content
Module

x/windmill/node_modules/yaml/dist/compose/resolve-block-scalar.d.ts>resolveBlockScalar

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
function resolveBlockScalar
import { resolveBlockScalar } from "https://deno.land/x/windmill@v1.360.0/node_modules/yaml/dist/compose/resolve-block-scalar.d.ts";

Parameters

scalar: BlockScalar
strict: boolean

Returns

{ value: string; type: Scalar.BLOCK_FOLDED | Scalar.BLOCK_LITERAL | null; comment: string; range: Range; }