Add BetterFolders plugin (#530)

Co-authored-by: Ven <vendicated@riseup.net>
This commit is contained in:
Juby210 2023-04-02 17:43:06 +02:00 committed by GitHub
parent 6226672ee8
commit 29382d2781
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 282 additions and 0 deletions

View file

@ -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<