Type alias Await<T>

Await<T>: T extends {
        then(onfulfilled?) => unknown;
    }
    ? U
    : T

Type Parameters

  • T