UNPKG

ahooks

Version:
3 lines (2 loc) 172 B
declare function useLockFn<P extends any[] = any[], V extends any = any>(fn: (...args: P) => Promise<V>): (...args: P) => Promise<V | undefined>; export default useLockFn;