fix(core): update

This commit is contained in:
2023-11-13 18:41:04 +01:00
parent d48ef6eb43
commit 22df9dfd94
3 changed files with 1 additions and 5 deletions

View File

@@ -17,7 +17,6 @@ export interface IStreamFinalFunction<rT> {
export interface ISmartDuplexOptions<TInput, TOutput> extends DuplexOptions {
debug?: boolean;
name?: string;
handleBackpressure?: boolean;
readFunction?: () => Promise<void>;
writeFunction?: IStreamWriteFunction<TInput, TOutput>;
finalFunction?: IStreamFinalFunction<TOutput>;