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

Class

packages/tools/docgen/src/Domain.ts:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 * @since 0.6.0
46 */
47export class Doc {
48 readonly description: string | undefined
49 readonly since: ReadonlyArray<string>
50 readonly deprecated: ReadonlyArray<string>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected