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 e9af44b commit 2befefeCopy full SHA for 2befefe
src/createAsyncStoragePersister/index.ts
@@ -7,7 +7,7 @@ export interface AsyncStorage {
7
removeItem: (key: string) => Promise<void>
8
}
9
10
-export interface CreateAsyncStoragePersistorOptions {
+export interface CreateAsyncStoragePersisterOptions {
11
/** The storage client used for setting an retrieving items from cache */
12
storage: AsyncStorage
13
/** The key to use when storing the cache */
0 commit comments