table

Bun

Symbol

inspect.table

function table(tabularData: object | unknown[], properties?: string[], options?: { colors: boolean }): string

Pretty-print an object or array as a table

Like console.table, except it returns a string

function table(tabularData: object | unknown[], options?: { colors: boolean }): string

Pretty-print an object or array as a table

Like console.table, except it returns a string