UNPKG

iking-vue-hooks

Version:

金合Vue Hooks 事件监听hook

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