MCPcopy Index your code
hub / github.com/SincereCSL/Playgrounds / Man

Interface Man

TypeScript/StudyTypeScript/src/class_interface.ts:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20/// 接口的继承:一个接口可以继承多个接口
21interface Man extends Human {
22 run(): void
23}
24
25interface Child {
26 cry():void

Callers 1

generics_02.tsFile · 0.65

Implementers 6

CatTypeScript/StudyTypeScript/src/class_0
LogTypeScript/StudyTypeScript/src/generic
DogTypeScript/StudyTypeScript/src/class_0
Dog2TypeScript/StudyTypeScript/src/class_0
Dog3TypeScript/StudyTypeScript/src/class_0
DogATypeScript/StudyTypeScript/src/advance

Calls

no outgoing calls

Tested by

no test coverage detected