MCPcopy
hub / github.com/Effect-TS/effect / paragraph

Function paragraph

packages/printer/test/docTree.test.ts:109–109  ·  view source on GitHub ↗
(doc: Doc.Doc<SimpleHtml>)

Source from the content-addressed store, hash-verified

107 const italicized = (doc: Doc.Doc<SimpleHtml>): Doc.Doc<SimpleHtml> => Doc.annotate(doc, { _tag: "Italicized" })
108
109 const paragraph = (doc: Doc.Doc<SimpleHtml>): Doc.Doc<SimpleHtml> => Doc.annotate(doc, { _tag: "Paragraph" })
110
111 const header = (doc: Doc.Doc<SimpleHtml>, level: number): Doc.Doc<SimpleHtml> =>
112 Doc.annotate(doc, { _tag: "Header", level })

Callers 1

docTree.test.tsFile · 0.85

Calls 1

annotateMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…