mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-09 06:33:03 -04:00
Add more Webpack Commons & utils
This commit is contained in:
parent
bb7332cefd
commit
2105de8ca5
4 changed files with 25 additions and 0 deletions
1
src/globals.d.ts
vendored
1
src/globals.d.ts
vendored
|
@ -5,6 +5,7 @@ declare global {
|
|||
export var appSettings: {
|
||||
set(setting: string, v: any): void;
|
||||
};
|
||||
export var DiscordNative: any;
|
||||
|
||||
interface Window {
|
||||
webpackChunkdiscord_app: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue