import { foldFlowLines } from "https://deno.land/x/yaml@v2.6.0/src/stringify/foldFlowLines.ts";
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
.
Parameters
optional
mode: FoldMode = [UNSUPPORTED]optional
unnamed 3: FoldOptions = [UNSUPPORTED]