MCPcopy Create free account
hub / github.com/Effect-TS/effect / declarationKind

Function declarationKind

packages/tools/api-diff/src/Snapshot.ts:543–544  ·  view source on GitHub ↗
(declarations: ReadonlyArray<DeclarationModel>)

Source from the content-addressed store, hash-verified

541}
542
543const declarationKind = (declarations: ReadonlyArray<DeclarationModel>): string =>
544 [...new Set(declarations.map((declaration) => declaration.kind))].sort().join("+")
545
546const documentation = (symbol: ts.Symbol, checker: ts.TypeChecker, module: string): Documentation => {
547 const tags = new Map(

Callers 1

extractSnapshotFunction · 0.85

Calls 2

joinMethod · 0.80
mapMethod · 0.45

Tested by

no test coverage detected