use ES modules
All checks were successful
Build Docker containers / Build (push) Successful in 8s

This commit is contained in:
2025-04-16 00:15:50 -04:00
parent d963520486
commit d50fe75759
4 changed files with 20 additions and 14 deletions

View File

@ -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([]);