@cto.af/linewrap - v3.2.1
    Preparing search index...

    Interface Part

    interface Part {
        last: boolean;
        length: number;
        str: string;
    }
    Index

    Properties

    Properties

    last: boolean

    Is this the last part? If so, it shouldn't get a newline appended.

    length: number

    Total width, in display cells.

    str: string

    The string for this part.