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

Interface TableInstanceOptions

index.d.ts:33–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 }
32
33 interface TableInstanceOptions extends TableOptions {
34 chars: Record<CharName, string>;
35 style: {
36 "padding-left": number;
37 "padding-right": number;
38 head: string[];
39 border: string[];
40 compact: boolean;
41 };
42 }
43
44 interface TableConstructorOptions extends Partial<TableOptions> {
45 chars?: Partial<Record<CharName, string>>;

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…