@quario/csv
The CSV render target. Resolves records as a string.
csv()
function csv(): Target<'csv', Promise<string>>Takes no options, and refuses one rather than discarding it: an options argument
that isn’t nullish throws a TypeError. A record is a record, so there’s nothing
here for a host to configure.
This target reads no styles. A declared format kind revives nothing and
presents nothing here, so a field keeps the author’s own string. This target
mangles formula-like text on write.