This repository was archived by the owner on Jun 28, 2021. It is now read-only.

Description
Describe the bug
There isn't a way to get the CsvError class definition when using Typescript.
To Reproduce
In version 4.11.1 take a look at the ~/lib/index.d.ts file and notice that there is no definition for CsvError to be exported.
Additional context
I took some time to look through the repo and couldn't see if those typings were being generated by Typescript or if they were made by hand. Happy to help if I can.