UNPKG

table

Version:

Formats data into a string table.

3 lines (2 loc) 163 B
import type { TableUserConfig } from './types/api'; export declare const table: (data: ReadonlyArray<readonly unknown[]>, userConfig?: TableUserConfig) => string;