This commit is contained in:
Jerry Kurian 2020-01-27 13:11:51 -05:00
parent 8856cb8d3b
commit 2bbc5c9e0f

View File

@ -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 =