alexcaza / export-to-csv

Export a JS collection to CSV; written in TypeScript.
Other
207 stars 48 forks source link

Feature Request: export ColumnHeader model via index.d.ts #71

Closed ChristianOsswald closed 10 months ago

ChristianOsswald commented 10 months ago

Please provide ColumnHeader, so we don't have to define this model ourselves.

alexcaza commented 10 months ago

Thanks for bringing this up @ChristianOsswald. I've exported the ColumnHeader type, and it'll be available in 1.2.2, which will be pushed to npm shortly.