@nightgrey/ansi
    Preparing search index...

    Function eraseLine

    • eraseLine (EL) clears the current line or parts of the line. Possible values:

      0: Clear from cursor to end of line.
      1: Clear from cursor to beginning of the line.
      2: Clear entire line.
      

      The cursor position is not affected.

      ```
      CSI <n> K
      ```
      

      Parameters

      • n: number

      Returns string