That can be used to declare custom inspect functions.
Symbol
inspect
namespace inspect
- 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
Pretty-print an object or array as a table
Like console.table, except it returns a string