feat(SmartDuplex): Added method to create SmartDuplex from a WebReadableStream.
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user