ixfx
    Preparing search index...

    Function fromArray

    Yield values from array, one at a time. Use interval to add time between each item. The first item is yielded without delay.

    Array of values

    Interval (defaults: 1ms)

    • Type Parameters

      • V

      Parameters

      Returns AsyncGenerator<V>

    • Type Parameters

      • V

      Parameters

      • array: V[]

      Returns Generator<V>