Delete src/globals.d.ts
This commit is contained in:
parent
462c2805d1
commit
2ac41dd08c
15
src/globals.d.ts
vendored
15
src/globals.d.ts
vendored
@ -1,15 +0,0 @@
|
|||||||
/*
|
|
||||||
* SPDX-License-Identifier: GPL-3.0
|
|
||||||
* Aerocord, a vesktop fork for older microsoft NT releases such as NT 6.0, 6.1, 6.2 and 6.3.
|
|
||||||
* Credits to vendicated and the rest of the vesktop contribuitors for making Vesktop!
|
|
||||||
*/
|
|
||||||
|
|
||||||
declare global {
|
|
||||||
export var VesktopNative: typeof import("preload/VesktopNative").VesktopNative;
|
|
||||||
export var Vesktop: typeof import("renderer/index");
|
|
||||||
export var VCDP: any;
|
|
||||||
|
|
||||||
export var IS_DEV: boolean;
|
|
||||||
}
|
|
||||||
|
|
||||||
export {};
|
|
Reference in New Issue
Block a user