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: make pbStream function polymorphic #40

Merged
merged 2 commits into from
Mar 1, 2023

Conversation

achingbrain
Copy link
Owner

What we want to say is that the type returned from unwrap will be the original duplex passed in, but it's source will have changed to return Uint8ArrayLists. We can still pass duplexes that source Uint8Arrays though, so make the exported function polymorphic.

What we want to say is that the type returned from `unwrap` will be
the original duplex passed in, but it's source will have changed to
return `Uint8ArrayList`s.  We can still pass duplexes that source
`Uint8Array`s though, so make the exported function polymorphic.
@achingbrain achingbrain merged commit ccb2065 into master Mar 1, 2023
@achingbrain achingbrain deleted the fix/make-pbstream-polymorphic branch March 1, 2023 15:18
github-actions bot pushed a commit that referenced this pull request Mar 1, 2023
## [3.0.1](v3.0.0...v3.0.1) (2023-03-01)

### Bug Fixes

* make pbStream function polymorphic ([#40](#40)) ([ccb2065](ccb2065))
@github-actions
Copy link

github-actions bot commented Mar 1, 2023

🎉 This PR is included in version 3.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant