• Generates a sequence that contains each value in the provided sequence and repeats.

    Returns

    Type Parameters

    • T

    Parameters

    • sequence: Iterable<T>

      The sequence to repeat.

    • count: number

      The number of times to repeat the sequence.

    Returns Iterable<T>

Generated using TypeDoc