-
Notifications
You must be signed in to change notification settings - Fork 55
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
Export interfaces and types #34
base: master
Are you sure you want to change the base?
Conversation
@pokusew Could you please take a look at this? |
@pokusew could you maybe look into it? |
I needed some typings as well. The typings as in this PR did not work for me because this lib is not using es6 modules but the typings would require that. My solution for typings is as follows:
Usage would be like this:
I'm not sure if this project/pull request is still active. But I would appreciate if these or similar typings would make it into the project. If there is intrest I can provide a PR with these changes. |
This would be a very welcome change. I just copied the interface as of now.. |
I've exported the types and interfaces. So they can be imported, and used within a project.
My reason for this is, that I need to put the readers in an array, for later use.