@nightgrey/ansi
    Preparing search index...

    Variable DLConst

    DL: (n: number) => string = deleteLine

    DL is an alias for deleteLine.

    Type declaration

      • (n: number): string
      • deleteLine (DL) deletes n lines at the current cursor position. Existing lines are moved up.

        ```
        CSI Pn M
        ```
        

        Parameters

        • n: number

        Returns string