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 has been 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.
The text was updated successfully, but these errors were encountered:
Please let me know if the test cases are missing anything. I just wanted to verify that the Typescript definition still accurately expresses the functionality and that this type is what's thrown when an error happens.
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 forCsvError
to beexported
.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.
The text was updated successfully, but these errors were encountered: