Type Alias AsyncFunction<P, R>

AsyncFunction<P, R>: ((...args: P) => Promise<R>)

async function

Type Parameters

  • P extends any[] = any[]
  • R = any