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

@@ -1,4 +1,4 @@
import { Transform, type TransformCallback, type TransformOptions } from 'stream';
import { type TransformOptions } from 'stream';
import { SmartDuplex } from './smartstream.classes.smartduplex.js';
export interface AsyncTransformFunction<TInput, TOutput> {