Stricter decoding
This commit is contained in:
19
src/index.ts
19
src/index.ts
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user