lines-builder
    Preparing search index...

    Interface LinesBuilderOptions

    interface LinesBuilderOptions {
        eol?: string;
        indent?: string | number;
        indentEmpty?: boolean;
        skipEmpty?: boolean;
        skipFirstLevelIndent?: boolean;
        trimLeft?: boolean;
        trimRight?: boolean;
    }
    Index

    Properties

    eol?: string
    indent?: string | number
    indentEmpty?: boolean
    skipEmpty?: boolean
    skipFirstLevelIndent?: boolean
    trimLeft?: boolean
    trimRight?: boolean