Initial progress
This commit is contained in:
4
src/common.ts
Normal file
4
src/common.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export enum ByteLength {
|
||||
UInt16 = 2,
|
||||
UInt32 = 4
|
||||
}
|
||||
Reference in New Issue
Block a user