We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef383ac commit 67d2633Copy full SHA for 67d2633
‎src/storage/local.ts
@@ -222,7 +222,7 @@ export class LocalStorage extends Storage {
222
/**
223
* Local storage configuration
224
*/
225
-export const createInitializer: StorageInitializerFunction =
+export const createInitializer: StorageInitializerFunction<LocalStorage> =
226
(options?: LocalStorageOptions) =>
227
// eslint-disable-next-line @typescript-eslint/require-await
228
async (): Promise<LocalStorage> => {
0 commit comments