UNPKG

ahooks

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