feat(stream): add Consumable.WrapByteReadableStream and MaybeConsumable.WrapWritableStream

This commit is contained in:
Simon Chan 2025-06-16 13:50:18 +08:00
parent a835eb81b5
commit 40a60ca112
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD
5 changed files with 45 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
"@yume-chan/stream-extra": minor
---
Add `Consumable.WrapByteReadableStream` and `MaybeConsumable.WrapWritableStream`