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

Function checkTypeAlias

packages/tools/docgen/src/Checker.ts:157–161  ·  view source on GitHub ↗
(model: Domain.TypeAlias)

Source from the content-addressed store, hash-verified

155}
156
157function checkTypeAlias(model: Domain.TypeAlias) {
158 return checkEntry(model, {
159 enforceVersion: true
160 })
161}
162
163/**
164 * Validates documentation for type alias declarations.

Callers

nothing calls this directly

Calls 1

checkEntryFunction · 0.85

Tested by

no test coverage detected