MCPcopy Index your code
hub / github.com/Effect-TS/effect / isParagraph

Function isParagraph

packages/cli/src/internal/helpDoc.ts:17–17  ·  view source on GitHub ↗
(helpDoc: HelpDoc.HelpDoc)

Source from the content-addressed store, hash-verified

15
16/** @internal */
17export const isParagraph = (helpDoc: HelpDoc.HelpDoc): helpDoc is HelpDoc.Paragraph => helpDoc._tag === "Paragraph"
18
19/** @internal */
20export const isDescriptionList = (helpDoc: HelpDoc.HelpDoc): helpDoc is HelpDoc.DescriptionList =>

Callers 1

getSpanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…