if an empty array is added as headers ``` csvWriter({ headers: []}) ``` I receive the following error ""return result + "\n" Unexpected token 'return' at csv-write-stream/index.js (the compile function)
if an empty array is added as headers
I receive the following error
""return result + "\n"
Unexpected token 'return'
at csv-write-stream/index.js
(the compile function)