UNPKG

wexen

Version:
2 lines (1 loc) 80 B
export declare function memoize<T extends (...args: any[]) => any>(func: T): T;