MCPcopy
hub / github.com/benjamine/jsondiffpatch / Continent

Interface Continent

demos/html-demo/demo.ts:27–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27interface Continent {
28 name: string;
29 summary: string;
30 surface?: number;
31 timezone: [number, number];
32 demographics: { population: number; largestCities: string[] };
33 languages: string[];
34 countries: Country[];
35 spanishName?: string;
36}
37
38interface Country {
39 name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…