alexcaza / export-to-csv

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

Add example to readme #84

Closed alexcaza closed 8 months ago

alexcaza commented 8 months ago

Adds a section to clarify usage of asString to unpack aCsvOutput to a string for usage in contexts outside of the library.