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

Interface CatInterface

TypeScript/StudyTypeScript/src/advanced_01.ts:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5 run(): void
6}
7interface CatInterface {
8 jump(): void
9}
10
11let pet: DogInterface & CatInterface = {
12 run() {},

Callers

nothing calls this directly

Implementers 1

CatATypeScript/StudyTypeScript/src/advance

Calls

no outgoing calls

Tested by

no test coverage detected