MCPcopy Create free account
hub / github.com/cli-table/cli-table3 / GenericTable

Interface GenericTable

index.d.ts:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 interface GenericTable<T> extends Array<T> {
71 options: TableInstanceOptions;
72 readonly width: number;
73 }
74
75 type Table = GenericTable<HorizontalTableRow|VerticalTableRow|CrossTableRow>;
76 type Cell = CellValue | CellOptions;

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…