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