Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/windmill/node_modules/yaml/dist/stringify/foldFlowLines.d.ts>FoldMode

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
type alias FoldMode
import { type FoldMode } from "https://deno.land/x/windmill@v1.422.0/node_modules/yaml/dist/stringify/foldFlowLines.d.ts";

'block' prevents more-indented lines from being folded; 'quoted' allows for \ escapes, including escaped newlines

definition: "flow" | "block" | "quoted"