Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/yaml/src/stringify/foldFlowLines.ts>FoldMode

YAML parser and stringifier for JavaScript
Latest
type alias FoldMode
import { type FoldMode } from "https://deno.land/x/yaml@v2.5.1/src/stringify/foldFlowLines.ts";

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

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