Parses a single CSV line while correctly handling quotes and escape characters. I built this to avoid pulling in heavy third-party packages. It runs entirely on the standard library, keeping your bundle size small and startup latency at zero. No background services or external calls required.
csvline.ts
Check the test file located next to the source code to see how to wire it up.