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

Method jump

TypeScript/StudyTypeScript/src/advanced_01.ts:8–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Implementers 1

CatATypeScript/StudyTypeScript/src/advance

Calls

no outgoing calls

Tested by

no test coverage detected