MCPcopy
hub / github.com/date-fns/date-fns / findSummary

Function findSummary

pkgs/docs/src/utils.ts:30–34  ·  view source on GitHub ↗
(
  ref: DeclarationReflection | SignatureReflection,
)

Source from the content-addressed store, hash-verified

28 * @returns the reflection summary string if found
29 */
30export function findSummary(
31 ref: DeclarationReflection | SignatureReflection,
32): string | undefined {
33 return findTag(ref, "@summary");
34}
35
36/**
37 * Find reflection description.

Callers 1

getFnPagesFunction · 0.85

Calls 1

findTagFunction · 0.85

Tested by

no test coverage detected