You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2026. It is now read-only.
Hi, thanks for your little handy lib first of all :)
I have a question though: why is there no documentation available on the write part?
Looking at your documentation I would assume it would consume object hashes, so it would internally convert them to whatever it needs to handle.
So I tried using:
csvsream.write({some: object})
but the code expects a buffer as input, which seems very inconsistent to me.
What are your ideas?