Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
7
interface
CatInterface {
8
jump(): void
9
}
10
11
let
pet: DogInterface & CatInterface = {
Callers
nothing calls this directly
Implementers
1
CatA
TypeScript/StudyTypeScript/src/advance
Calls
no outgoing calls
Tested by
no test coverage detected