aboutsummaryrefslogtreecommitdiff
path: root/types/ext
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2023-12-24 21:39:24 -0500
committerGitHub <noreply@github.com>2023-12-25 02:39:24 +0000
commitc22425b10afb60820e2165ac5f420b4a1754658a (patch)
tree9baa544b1cad46d24447253b0c4818129519bea4 /types/ext
parent83ebc13bb9a83ef6be4d96d88f389e588924225b (diff)
Whitespace rules (#441)
* Update whitespace rules * Typescript rules
Diffstat (limited to 'types/ext')
-rw-r--r--types/ext/dictionary-importer-media-loader.d.ts1
-rw-r--r--types/ext/offscreen.d.ts1
2 files changed, 0 insertions, 2 deletions
diff --git a/types/ext/dictionary-importer-media-loader.d.ts b/types/ext/dictionary-importer-media-loader.d.ts
index afbb1902..f56d7cf6 100644
--- a/types/ext/dictionary-importer-media-loader.d.ts
+++ b/types/ext/dictionary-importer-media-loader.d.ts
@@ -30,7 +30,6 @@ export type GetImageDetailsFunction = (
transfer?: Transferable[]
) => Promise<{content: ArrayBuffer, width: number, height: number}>;
-
export type GenericMediaLoader = {
getImageDetails: GetImageDetailsFunction;
};
diff --git a/types/ext/offscreen.d.ts b/types/ext/offscreen.d.ts
index 2046bfe0..511c32bd 100644
--- a/types/ext/offscreen.d.ts
+++ b/types/ext/offscreen.d.ts
@@ -108,7 +108,6 @@ export type FindKanjiOptionsOffscreen = Omit<Translation.FindKanjiOptions, 'enab
][];
};
-
export type FindTermsOptionsOffscreen = Omit<Translation.FindTermsOptions, 'enabledDictionaryMap' | 'excludeDictionaryDefinitions' | 'textReplacements'> & {
enabledDictionaryMap: [
key: string,