function
inspect.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
tabularData: object | unknown[],
options?: { colors: boolean }
): string;
Pretty-print an object or array as a table
Like console.table, except it returns a string