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

Interface Rectangle

TypeScript/StudyTypeScript/src/advanced_01.ts:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 size: number
45}
46interface Rectangle {
47 kind: "rectangle";
48 width: number;
49 height: number
50}
51
52interface Circle {
53 kind: 'circle',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected