mirror of
https://github.com/jwetzell/psn-js.git
synced 2026-08-11 18:34:02 +00:00
switch build to tsdown
This commit is contained in:
+7
-1
@@ -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[] } = {};
|
||||
|
||||
Reference in New Issue
Block a user