k-l-lambda's picture
updated node_modules
4cadbaf
raw
history blame
96 Bytes
declare const asyncCall: (func: any, ...args: any[]) => Promise<any>;
export default asyncCall;