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 7042363 commit 104bfefCopy full SHA for 104bfef
jest/async-storage-mock.js
@@ -6,7 +6,7 @@
6
type KeysType = Array<string>;
7
type KeyValueType = Array<Array<*>>;
8
type CallbackType = ((?Error) => void) | void;
9
-type ItemGetCallbackType = (?Error, ?string) => void;
+type ItemGetCallbackType = ((?Error, ?string) => void) | void;
10
type ResultCallbackType = ((?Error, ?KeyValueType) => void) | void;
11
12
const asMock = {
0 commit comments