UNPKG

@graphql-hive/cli

Version:

A CLI util to manage and control your GraphQL Hive

5 lines 179 B
type TableCell = string | number | Date; type Table = TableCell[][]; export declare function printTable(table: Table): string; export {}; //# sourceMappingURL=print-table.d.ts.map