MCPcopy Create free account
hub / github.com/ImGoodBai/MapGoGoGo / Window

Interface Window

frontend/src/maps.tsx:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46declare global {
47 interface Window {
48 _AMapSecurityConfig?: { securityJsCode: string };
49 AMap?: any;
50 }
51}
52
53let amapPromise: Promise<any> | null = null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected