Type Alias NotPromise<T>

NotPromise: T extends Promise<any> ? never : T

Type Parameters

  • T