Interface ITextLines

interface ITextLines {
    endOfLineSequence?: string;
    lines: string[];
}

Properties

endOfLineSequence?: string
lines: string[]

Generated using TypeDoc