init 3
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
export default function memoize<ArgType = any, ReturnType = any>(fn: (arg: ArgType) => ReturnType): (arg: ArgType) => ReturnType;
|
||||
Reference in New Issue
Block a user