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

Function isApiDiffError

packages/tools/api-diff/src/Error.ts:9–9  ·  view source on GitHub ↗
(u: unknown)

Source from the content-addressed store, hash-verified

7}) {}
8
9export const isApiDiffError = (u: unknown): u is ApiDiffError => Predicate.isTagged(u, "ApiDiffError")

Callers 5

Error.test.tsFile · 0.90
runMethod · 0.90
WorktreesClass · 0.90
prepareSnapshotMethod · 0.90
loadAnnotationsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected