• Converts inputs to previous table API to the new table API.

    Note that the following options will not be converted:

    • 'extended'
    • 'filter'
    • 'sort'
    • 'no-header'
    • 'no-truncate'
    • 'row-start'
    • 'print-line'

    Type Parameters

    • T extends Record<string, unknown>

    Parameters

    • data: T[]
    • columns: Columns<T>
    • Optionaloptions: Options

    Returns TableOptions<Record<string, unknown>>

    Please use the new table API directly.