mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-26 00:41:52 +08:00
style: lint and fmt code
This commit is contained in:
Vendored
+6
-6
@@ -1,10 +1,10 @@
|
||||
declare module "@run-slicer/cfr" {
|
||||
export type Options = Record<string, string>;
|
||||
export type Options = Record<string, string>;
|
||||
|
||||
export interface Config {
|
||||
source?: (name: string) => Uint8Array | null;
|
||||
options?: Options;
|
||||
}
|
||||
export interface Config {
|
||||
source?: (name: string) => Uint8Array | null;
|
||||
options?: Options;
|
||||
}
|
||||
|
||||
export function decompile(name: string, config?: Config): Promise<string>;
|
||||
export function decompile(name: string, config?: Config): Promise<string>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user