-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix typescript type #121
Comments
Maybe a silly question, but is this to fix the fact that typing doesn't seem to be working right now? Definitely missing this... |
Are you planning to add exports to all the related types, not only for main declarations? type ParseError = Parameters<
Parameters<ReturnType<typeof usePapaParse>['readString']>[1]['complete']
>[0]['errors'][number]; ofc that works for now, however (apart from the fact this is very odd chunk of code :)) I have absolutely no guarantee that signature will not change in future versions |
No description provided.
The text was updated successfully, but these errors were encountered: