Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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
import * as windmill from "https://deno.land/x/windmill@v1.309.2/node_modules/yaml/dist/stringify/foldFlowLines.d.ts";

Functions

Tries to keep input at up to lineWidth characters, splitting only on spaces not followed by newlines or spaces unless mode is 'quoted'. Lines are terminated with \n and started with indent.

Type Aliases

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