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 657605c commit 1ee3dc5Copy full SHA for 1ee3dc5
src/jsutils/memoize3.js
@@ -5,7 +5,7 @@ export function memoize3<
5
A1: { ... } | $ReadOnlyArray<mixed>,
6
A2: { ... } | $ReadOnlyArray<mixed>,
7
A3: { ... } | $ReadOnlyArray<mixed>,
8
- R: mixed,
+ R,
9
>(fn: (A1, A2, A3) => R): (A1, A2, A3) => R {
10
let cache0;
11
0 commit comments