types
This commit is contained in:
@@ -35,7 +35,7 @@ class Demux extends Duplex {
|
||||
constructor(
|
||||
construct: (destKey?: string) => DemuxStreams,
|
||||
demuxBy: string | ((chunk: any) => string),
|
||||
options: DemuxOptions,
|
||||
options: DemuxOptions = {},
|
||||
) {
|
||||
super(options);
|
||||
this.demuxer =
|
||||
|
||||
Reference in New Issue
Block a user