Skip to main content
Module

x/windmill/node_modules/yaml/dist/compose/resolve-flow-scalar.d.ts>resolveFlowScalar

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

Parameters

scalar: FlowScalar
strict: boolean

Returns

{ value: string; type:
| Scalar.PLAIN
| Scalar.QUOTE_DOUBLE
| Scalar.QUOTE_SINGLE
| null
; comment: string; range: Range; }