-
Notifications
You must be signed in to change notification settings - Fork 202
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 indy-sdk types #38
Comments
WIP Still need to write tests for As discussed on last working group call I'd write out the two approaches we can take for the types so that we can use types for both indy-sdk for NodeJS and for react-native. 1. Separate type definitions for
|
Decided on working group call to start with release of |
Indy types are now handled by |
Re-export
indy-sdk
type or, better, moveindy-sdk
types into https://github.com/DefinitelyTyped/DefinitelyTyped project. I've tried it to move it into DefinitelyTyped, but our current format is not compatible with its linter.The current solution caused me an issue when I tried to use the framework library within other TS project, as a workaround I created https://github.com/jakubkoci/types-indy-sdk which I'm adding to the project as dependency, but this should be just temporary solution.
The text was updated successfully, but these errors were encountered: