• Returns whether the array has whitespace at the start/end. Comments with leadingWhitespace === true are counted as whitespace. Other comments are ignored.

    Parameters

    Returns {
        end: boolean;
        start: boolean;
    }

    • end: boolean
    • start: boolean

Generated using TypeDoc