Fix NPE when opening DevTools
This commit is contained in:
6
src/globals.d.ts
vendored
6
src/globals.d.ts
vendored
@ -1,7 +1,5 @@
|
||||
import TVencordNative from "./VencordNative";
|
||||
|
||||
declare global {
|
||||
export var VencordNative: typeof TVencordNative;
|
||||
export var VencordNative: typeof import("./VencordNative").default;
|
||||
export var appSettings: {
|
||||
set(setting: string, v: any): void;
|
||||
};
|
||||
@ -12,3 +10,5 @@ declare global {
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
export { };
|
Reference in New Issue
Block a user