UNPKG

72 BTypeScriptView Raw
1export declare function memoize(fn: Function): (...args: any[]) => any;