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

Interface Child

TypeScript/StudyTypeScript/src/class_interface.ts:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25interface Child {
26 cry():void
27}
28
29interface Boy extends Man,Child {}
30

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected