-
Notifications
You must be signed in to change notification settings - Fork 5
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
Typescript support #95
Comments
Hey @hronchetti, thanks for creating this issue. Yes, that's easily doable. Additionally, I plan to switch to building this package with typescript. This enhancement is something that I'll pickup when time permits, unless a community member would like to adopt the task first. |
Hey guys, |
Hey guys, |
Very nice, @nui-tech! Thank you for helping to support this project. 🎉 |
I've added a typescript documentation to the docs. 📌 There is still opportunity to rewrite this package in TS, should someone want a project. |
Hey! Loving this simple package but I'm using TypeScript and the standard methods of:
npm i --save-dev @types/react-json-to-csv
yarn add -D @types/react-json-to-csv
Return 'Not found'. Are there any plans to add a TypeScript declaration file?
The text was updated successfully, but these errors were encountered: