Utility methods related to Collections.

Constructors

Methods

Constructors

Methods

  • Prints tabular data using 3 arrays, first for headers ie. ["HeaderA", "HeaderB", ...], second for the row data ie. [row1Obj, row2Obj, ...] where row1Obj.length == headers.length == spacing.length third for spacing ie. [10, 100, ...]

    Parameters

    • headers: string[]
    • rowData: string[][]
    • spacing: number[]

    Returns void