Stricter decoding

This commit is contained in:
2026-03-15 20:21:26 +01:00
parent 4669783b67
commit e0d4844c5b
12 changed files with 1241 additions and 4188 deletions

View File

@@ -1,14 +1,6 @@
export {
Frame,
Address,
Timestamp,
} from "./frame";
export { Frame, Address, Timestamp } from "./frame";
export {
type IAddress,
type IFrame,
DataTypeIdentifier,
} from "./frame.types";
export { type IAddress, type IFrame, DataTypeIdentifier } from "./frame.types";
export {
type ISymbol,
@@ -48,10 +40,3 @@ export {
celsiusToFahrenheit,
fahrenheitToCelsius,
} from "./parser";
export {
type PacketStructure,
type PacketSegment,
type PacketField,
type PacketFieldBit,
FieldType,
} from "./parser.types";