• Internal

    Create a new generator that yields the same value indefinitely.

    Type Parameters

    • T

      The type of the value to yield

    Parameters

    • value: T

      The value to yield

    Returns Generator<T>

    A new generator that yields the value indefinitely.

Generated using TypeDoc