feat(SmartDuplex): Added method to create SmartDuplex from a WebReadableStream.

This commit is contained in:
2024-10-16 01:02:46 +02:00
parent 22d93b4c07
commit ddb7d4af03
5 changed files with 34 additions and 3 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartstream',
version: '3.1.2',
version: '3.2.0',
description: 'A library to simplify the creation and manipulation of Node.js streams, providing utilities for handling transform, duplex, and readable/writable streams effectively in TypeScript.'
}