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 99fcb40 commit 68031f7Copy full SHA for 68031f7
types/index.d.ts
@@ -51,8 +51,8 @@ declare module '@react-native-community/async-storage' {
51
*/
52
multiGet(
53
keys: string[],
54
- callback?: (errors?: Error[], result?: [string, string][]) => void
55
- ): Promise<[string, string][]>;
+ callback?: (errors?: Error[], result?: [string, string | null][]) => void
+ ): Promise<[string, string | null][]>;
56
57
/**
58
* multiSet and multiMerge take arrays of key-value array pairs that match the output of multiGet,
0 commit comments