aboutsummaryrefslogtreecommitdiff
path: root/src/webpack
diff options
context:
space:
mode:
authorJuby210 <31005896+Juby210@users.noreply.github.com>2023-04-02 17:43:06 +0200
committerGitHub <noreply@github.com>2023-04-02 17:43:06 +0200
commit29382d2781d8e513ef98ca967e4c43fb218a281d (patch)
treee47f5a077a81728da7d5189911cd5d5e64be8740 /src/webpack
parent6226672ee8d1af917065d29817338b62a5d9fd17 (diff)
downloadVencord-29382d2781d8e513ef98ca967e4c43fb218a281d.tar.gz
Vencord-29382d2781d8e513ef98ca967e4c43fb218a281d.tar.bz2
Vencord-29382d2781d8e513ef98ca967e4c43fb218a281d.zip
Add BetterFolders plugin (#530)
Co-authored-by: Ven <vendicated@riseup.net>
Diffstat (limited to 'src/webpack')
-rw-r--r--src/webpack/common/types/utils.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webpack/common/types/utils.d.ts b/src/webpack/common/types/utils.d.ts
index 59233a4..038163d 100644
--- a/src/webpack/common/types/utils.d.ts
+++ b/src/webpack/common/types/utils.d.ts
@@ -30,6 +30,7 @@ export interface FluxDispatcher {
isDispatching(): boolean;
subscribe(event: FluxEvents, callback: (data: any) => void): void;
unsubscribe(event: FluxEvents, callback: (data: any) => void): void;
+ wait(callback: () => void): void;
}
export type Parser = Record<