kaven-basic - v4.5.0
    Preparing search index...

    Interface ITextLines

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

    Properties

    endOfLineSequence?: string
    lines: string[]