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: correct return type #29

Merged
merged 1 commit into from
Aug 11, 2022
Merged

fix: correct return type #29

merged 1 commit into from
Aug 11, 2022

Conversation

achingbrain
Copy link
Collaborator

Because we use it-reader to read fixed-length chunks out of the stream to do the handshake, and then pipe the rest of the stream through the reader, we'll always transform the stream output to Uint8ArrayLists before yielding it.

Update the types to reflect this.

Because we use `it-reader` to read fixed-length chunks out of the
stream to do the handshake, and then pipe the rest of the stream
through the reader, we'll always transform the stream output to
`Uint8ArrayList`s before yielding it.

Update the types to reflect this.
@codecov-commenter
Copy link

codecov-commenter commented Aug 10, 2022

Codecov Report

Merging #29 (212052c) into master (cc1bac4) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master       #29   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines          232       232           
  Branches        25        25           
=========================================
  Hits           232       232           
Flag Coverage Δ
chrome 100.00% <ø> (ø)
node 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/index.ts 100.00% <100.00%> (ø)
test/index.spec.ts 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@achingbrain achingbrain changed the title fix: update return type fix: correct return type Aug 11, 2022
@achingbrain achingbrain merged commit 50baa15 into master Aug 11, 2022
@achingbrain achingbrain deleted the fix/update-return-type branch August 11, 2022 05:43
github-actions bot pushed a commit that referenced this pull request Aug 11, 2022
## [4.1.2](v4.1.1...v4.1.2) (2022-08-11)

### Bug Fixes

* correct return type ([#29](#29)) ([50baa15](50baa15))
@github-actions
Copy link

🎉 This PR is included in version 4.1.2 🎉

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.

2 participants