5 lines
54 B
TypeScript
5 lines
54 B
TypeScript
export enum ByteLength {
|
|
UInt16 = 2,
|
|
UInt32 = 4
|
|
}
|