Typescript types are too restrictive
ryantate13 opened this issue · 1 comments
ryantate13 commented
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.
wooorm commented
See #33 (comment)