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 Jun 28, 2021. It is now read-only.
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.