inital upload
This commit is contained in:
9
node_modules/graphql/jsutils/memoize3.d.ts
generated
vendored
Normal file
9
node_modules/graphql/jsutils/memoize3.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Memoizes the provided three-argument function.
|
||||
*/
|
||||
export declare function memoize3<
|
||||
A1 extends object,
|
||||
A2 extends object,
|
||||
A3 extends object,
|
||||
R,
|
||||
>(fn: (a1: A1, a2: A2, a3: A3) => R): (a1: A1, a2: A2, a3: A3) => R;
|
||||
Reference in New Issue
Block a user