UNPKG

tav-ui

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