Skip to content

Commit aa47ad3

Browse files
authored
1 parent 07fcbf1 commit aa47ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export type AsyncStorageStatic = {
125125
multiGet: (
126126
keys: string[],
127127
callback?: MultiGetCallback
128-
) => Promise<readonly KeyValuePair[] | void>;
128+
) => Promise<readonly KeyValuePair[]>;
129129

130130
/**
131131
* Use this as a batch operation for storing multiple key-value pairs. When

0 commit comments

Comments
 (0)