Skip to content
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(types): Add missing generic type arg to default export #118

Merged
merged 1 commit into from
Aug 3, 2022

Conversation

nyadav810
Copy link
Contributor

Description

TypeScript types fix for v4.0.2 (#116).

Typechecking using tsc -b in my project gives an error Generic type 'TestkitResult<Transport>' requires 1 type argument(s). ts(2314)

This PR simply adds the missing generic type args.

@zivl zivl merged commit 08648ab into zivl:master Aug 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants