MCPcopy Create free account
hub / github.com/SincereCSL/Playgrounds / DogA

Class DogA

TypeScript/StudyTypeScript/src/advanced_01.ts:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22/// 联合类型 取所有类型的交集
23// 联合类型
24class DogA implements DogInterface {
25 run() {}
26 eat() {}
27}
28class CatA implements CatInterface {
29 jump() {}
30 eat() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected