Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.4.5/src/stringify/foldFlowLines.ts";

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

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