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

Function h1

packages/cli/src/internal/helpDoc.ts:89–93  ·  view source on GitHub ↗
(value: string | Span.Span)

Source from the content-addressed store, hash-verified

87
88/** @internal */
89export const h1 = (value: string | Span.Span): HelpDoc.HelpDoc => ({
90 _tag: "Header",
91 value: typeof value === "string" ? InternalSpan.text(value) : value,
92 level: 1
93})
94
95/** @internal */
96export const h2 = (value: string | Span.Span): HelpDoc.HelpDoc => ({

Callers

nothing calls this directly

Calls 1

textMethod · 0.45

Tested by

no test coverage detected