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