@nightgrey/ansi
    Preparing search index...

    Variable ILConst

    IL: (n: number) => string = insertLine

    IL is an alias for insertLine.

    Type declaration

      • (n: number): string
      • insertLine (IL) inserts n blank lines at the current cursor position. Existing lines are moved down.

        ```
        CSI Pn L
        ```
        

        Parameters

        • n: number

        Returns string