unclean
This commit is contained in:
@@ -288,12 +288,4 @@ export function accumulatorBy<T, S extends FlushStrategy>(
|
||||
return baseFunctions.accumulatorBy(batchRate, flushStrategy, iteratee);
|
||||
}
|
||||
|
||||
export function compose(
|
||||
streams: Array<Writable | Transform>,
|
||||
options?: DuplexOptions,
|
||||
) {
|
||||
return baseFunctions.compose(
|
||||
streams,
|
||||
options,
|
||||
);
|
||||
}
|
||||
export const compose = baseFunctions.compose;
|
||||
|
||||
Reference in New Issue
Block a user