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.
multiRemove
readonly string[]
1 parent 834d67f commit 298bbb0Copy full SHA for 298bbb0
src/types.ts
@@ -143,7 +143,10 @@ export type AsyncStorageStatic = {
143
*
144
* See https://react-native-async-storage.github.io/async-storage/docs/api#multiremove
145
*/
146
- multiRemove: (keys: string[], callback?: MultiCallback) => Promise<void>;
+ multiRemove: (
147
+ keys: readonly string[],
148
+ callback?: MultiCallback
149
+ ) => Promise<void>;
150
151
/**
152
* Batch operation to merge in existing and new values for a given set of
0 commit comments