switch build to tsdown

This commit is contained in:
Joel Wetzell
2026-05-15 11:57:01 -05:00
parent bb78037ca2
commit b0bd30cf3b
36 changed files with 918 additions and 84 deletions
+7 -1
View File
@@ -1,5 +1,11 @@
import { Decoders } from './index.js';
import { DataPacketChunk, InfoPacketChunk, Tracker, TrackerFromData, TrackerFromInfo } from './models/index.js';
import {
type DataPacketChunk,
type InfoPacketChunk,
Tracker,
TrackerFromData,
TrackerFromInfo,
} from './models/index.js';
export class Decoder {
infoPacketFrames: { [key: number]: InfoPacketChunk[] } = {};