Remove unecessary properties

This commit is contained in:
Ruakij 2021-11-25 01:48:07 +01:00
parent a1ce7a848b
commit 1976838d8a

View File

@ -38,10 +38,6 @@ const FLAG_TYPE_MAPS_REGEX = Object.keys(FLAG_TYPE_MAP).join('|');
* Read data from text-blocks and convert them to Packet
*/
class PacketStreamFactory extends Transform{
matcher;
withholdLastBlock;
matchAllOnFlush;
constructor(){
super({
readableObjectMode: true,