MCPcopy Index your code
hub / github.com/cli-table/cli-table3 / TableConstructorOptions

Interface TableConstructorOptions

index.d.ts:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 }
43
44 interface TableConstructorOptions extends Partial<TableOptions> {
45 chars?: Partial<Record<CharName, string>>;
46 style?: Partial<TableInstanceOptions["style"]>;
47 }
48
49 type CellValue = boolean | number | bigint | string | null | undefined;
50

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…