MCPcopy 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 */
878export const reflow = (s: string, char = " "): Doc.Doc<never> => fillSep(words(s, char))
879
880/** @internal */
881export const punctuate = dual<

Callers

nothing calls this directly

Calls 2

fillSepFunction · 0.85
wordsFunction · 0.85

Tested by

no test coverage detected