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

Function jump

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

Source from the content-addressed store, hash-verified

11let pet: DogInterface & CatInterface = {
12 run() {},
13 jump() {}
14}
15
16// 联合类型 指多个类型组成一个新类型,使用符号 | 表示

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected