@metreeca/core - v0.9.22
    Preparing search index...

    Type Alias Awaitable<T>

    Awaitable: T | PromiseLike<T>

    A possibly asynchronous value.

    A value supplied either directly or as a promise, so that consumers await it uniformly without forcing every provider to be asynchronous; any thenable is accepted, not just a native Promise.

    Type Parameters

    • T

      The type of the supplied value