This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { Transform } from 'stream';
|
||||
|
||||
export class LoraStream extends Transform {
|
||||
export default class LoraStream extends Transform {
|
||||
constructor(options) {
|
||||
super(options);
|
||||
this.byteBuffer = new Uint8Array([]);
|
||||
|
Reference in New Issue
Block a user