Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SincereCSL/Playgrounds
/ run
Method
run
TypeScript/StudyTypeScript/src/advanced_01.ts:25–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
// 联合类型
24
class
DogA implements DogInterface {
25
run() {}
26
eat() {}
27
}
28
class
CatA implements CatInterface {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected