MCPcopy Create free account
hub / github.com/Wulf/tsync / StructTest

Interface StructTest

test/doc_comments/typescript.d.ts:24–27  ·  view source on GitHub ↗

struct comment

Source from the content-addressed store, hash-verified

22
23/** struct comment */
24interface StructTest {
25 /** struct field comment */
26 name: string;
27}
28
29/** type comment */
30type TypeTest = string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected