cli-table3 icon indicating copy to clipboard operation
cli-table3 copied to clipboard

Improved TypeScript support

Open speedytwenty opened this issue 3 years ago • 0 comments

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.

speedytwenty avatar Apr 06 '22 02:04 speedytwenty