@nightgrey/ansi
    Preparing search index...

    Variable REPConst

    REP: (n: number) => string = repeatPreviousCharacter

    REP is an alias for repeatPreviousCharacter.

    Type declaration

      • (n: number): string
      • RepeatPreviousCharacter (REP) repeats the previous character n times. This is identical to typing the same character n times.

        Default is 1.

        ```
        CSI Pn b
        ```
        

        Parameters

        • n: number

        Returns string

        ECMA-48 ยง 8.3.103