From c22425b10afb60820e2165ac5f420b4a1754658a Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 24 Dec 2023 21:39:24 -0500 Subject: Whitespace rules (#441) * Update whitespace rules * Typescript rules --- types/ext/dictionary-importer-media-loader.d.ts | 1 - types/ext/offscreen.d.ts | 1 - 2 files changed, 2 deletions(-) (limited to 'types') 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 & { enabledDictionaryMap: [ key: string, -- cgit v1.2.3