UNPKG

@appello/common

Version:

Common package with many useful features for web and mobile development

4 lines (3 loc) 126 B
type Func = (this: any, ...args: any[]) => any; export declare function useMemoCallback<T extends Func>(fn: T): T; export {};