4cadbaf
1
2
3
declare const asyncCall: (func: any, ...args: any[]) => Promise<any>; export default asyncCall;