add.[ALL]
This commit is contained in:
parent
5ac24c8cea
commit
780ad9a200
54 changed files with 3733 additions and 0 deletions
14
.resources/app/common/typings/global.d.ts
vendored
Normal file
14
.resources/app/common/typings/global.d.ts
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
import type NodeModule from 'module';
|
||||
import type {DiscordNativeType} from '@discordapp/discord-native-types';
|
||||
|
||||
declare module 'module' {
|
||||
var globalPaths: string[];
|
||||
var _resolveLookupPaths: (request: string, parent: NodeModule) => string[];
|
||||
}
|
||||
|
||||
declare global {
|
||||
var moduleDataPath: string | undefined;
|
||||
var modulePath: string | undefined;
|
||||
var DiscordNative: DiscordNativeType;
|
||||
var popouts: Map<string, Window>;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue