Type Alias IsPromise<T>

IsPromise<T>: T extends Promise<any>
    ? true
    : false

Type Parameters

  • T