cli-table / cli-table3

Pretty unicode tables for the command line
MIT License
527 stars 44 forks source link

Improved TypeScript support #295

Open speedytwenty opened 2 years ago

speedytwenty commented 2 years ago

There are presently no tests that confirm the CliTable3 types defined in index.d.ts are accurate and functional. There have been mentions of issues with using cli-table3 with TypeScipt (#55).

This PR will add tests that verify strict TypeScript support and resolve any existing issues with the current types.

It's unclear whether this will introduce a "breaking change" as it seems the TypeScript support is likely already broken for strict type checking.