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 190381c commit e3167f6Copy full SHA for e3167f6
packages/async-storage/src/index.tsx
@@ -3,5 +3,7 @@ import { getLegacyStorage } from "./createAsyncStorage";
3
export type { AsyncStorage } from "./AsyncStorage";
4
export { createAsyncStorage } from "./createAsyncStorage";
5
6
+export { AsyncStorageError } from "./AsyncStorageError";
7
+
8
// Legacy storage that is proxy to an old storage data.
9
export default getLegacyStorage();
0 commit comments