mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-14 17:13:03 -04:00
Add BetterFolders plugin (#530)
Co-authored-by: Ven <vendicated@riseup.net>
This commit is contained in:
parent
6226672ee8
commit
29382d2781
5 changed files with 282 additions and 0 deletions
1
src/webpack/common/types/utils.d.ts
vendored
1
src/webpack/common/types/utils.d.ts
vendored
|
@ -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<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue