gajus / table

Formats data into a string table.
Other
904 stars 76 forks source link

Add typescript types to the project directly #107

Closed tommck closed 4 years ago

tommck commented 4 years ago

Currently, the types/typings for this library are in the @types/table package and are incorrect.

If we moved the types into this projects (referenced with the types property in the package.json), there would be less of a chance of this occurring.

Can we do this?

gajus commented 4 years ago

No, contribute to @types/table.