Why doesn't latest Deno standard library for encoding CSV files support StringifyOptions?
I need to remove headers see:
https://deno.land/std@0.167.0/encoding/csv.ts?s=stringify
2 Replies
https://deno.land/std@0.170.0/encoding/csv.ts?s=StringifyOptions
It appears it does
Does it? It says = [UNSUPPORTED] and the example doesn't use it like earlier versions
error: TS2554 [ERROR]: Expected 1-2 arguments, but got 3.
}], columns, { headers: false }
Never mind. I saw the example. I didn't realise they moved columns into the options object