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

    Type Alias Awaitables<T>

    Awaitables: Iterable<T> | AsyncIterable<T>

    A possibly asynchronous sequence of values.

    A series of values supplied either synchronously or asynchronously, so that consumers iterate it uniformly with for await without forcing every provider to be asynchronous.

    Type Parameters

    • T = unknown

      The type of the supplied values, defaults to any value