MCPcopy Index your code
hub / github.com/Acode-Foundation/Acode / Window

Interface Window

src/index.d.ts:13–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11declare const acode: object;
12
13interface Window {
14 ASSETS_DIRECTORY: string;
15 DATA_STORAGE: string;
16 CACHE_STORAGE: string;
17 PLUGIN_DIR: string;
18 KEYBINDING_FILE: string;
19 ANDROID_SDK_INT: number;
20 DOES_SUPPORT_THEME: boolean;
21 acode: object;
22}
23
24interface String {
25 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected