Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SincereCSL/Playgrounds
/ cry
Method
cry
TypeScript/StudyTypeScript/src/class_interface.ts:26–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
25
interface
Child {
26
cry():void
27
}
28
29
interface
Boy extends Man,Child {}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected