• Creates an async-iterable from the specified elements.

    Type Parameters

    • TSource extends any[]

      The type of the elements to create an async-iterable sequence.

    Parameters

    • Rest ...args: TSource

      The elements to turn into an async-iterable sequence.

    Returns AsyncIterable<TSource[number & keyof TSource]>

    The async-iterable sequence created from the elements.

Generated using TypeDoc