@nightgrey/ansi
    Preparing search index...

    Variable SDConst

    SD: (n: number) => string = scrollDown

    SD is an alias for scrollDown.

    Type declaration

      • (n: number): string
      • scrollDown (SD) scrolls the screen down n lines. New lines are added at the top of the screen.

        ```
        CSI Pn T
        ```
        

        Parameters

        • n: number

        Returns string