Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ reflow
Function
reflow
packages/printer/src/internal/doc.ts:878–878 ·
view source on GitHub ↗
(s: string, char = " ")
Source
from the content-addressed store, hash-verified
876
877
/** @internal */
878
export
const
reflow = (s: string, char =
" "
): Doc.Doc<never> => fillSep(words(s, char))
879
880
/** @internal */
881
export
const
punctuate = dual<
Callers
nothing calls this directly
Calls
2
fillSep
Function · 0.85
words
Function · 0.85
Tested by
no test coverage detected