Worms David
Worms David
This is the plan
Two new versions are published: - version 1.8.1 fixes 1.8.0 and is a copy of the previous version 1.7.4 - version 2.0.0 is the new version with the convertions to...
Keep in mind, this is open source volunteer work, we do it in our free time.
Have you tried to import `csv-parse/stream' and not `csv/stream` ? It shall work.
OK, thank you for the feedback. Let's leave the issue open for now as web stream need to be addressed properly at some point.
I am currently in the process of migrating a few of my package into TS, I could certainly have http-status included in the list and will look in the coming...
I just release version 1.8 which is a typescript rewrite. Please let me know if it corresponds to your expectations.
Two new versions are published: - version 1.8.1 fixes 1.8.0 and is a copy of the previous version 1.7.4 - version 2.0.0 is the new version with the convertions to...
@codenomnom could you take the time to validate version 2 and close the issue if it works accordingly to your expectations. Thank you.
@codenomnom, I hope you will get better. I tried that code and it seems to work fine: ```ts import status from "http-status"; const getError = function (statusCode: number) { return...