Repository URL to install this package:
|
Version:
0.0.6 ▾
|
export declare function attempt<Type = void>(fn: () => Promise<Type>): ReturnType<typeof fn>;