wooorm/markdown-table

Typescript types are too restrictive

ryantate13 opened this issue · 1 comments

In the serialize method, anything that's not null or undefined is going to get passed to the String constructor so any value that implements a toString() method should be acceptable as a table cell value.