UNPKG

@graphql-hive/cli

Version:

A CLI util to manage and control your GraphQL Hive

5 lines 174 B
type Table<$Cell> = $Cell[][]; type Datum = string | number | Date; export declare const table: (data: Table<Datum>) => string; export {}; //# sourceMappingURL=table.d.ts.map