Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 */
24
interface
StructTest {
25
/** struct field comment */
26
name: string;
27
}
28
29
/**
type
comment */
30
type
TypeTest = string
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected