Initial progress

This commit is contained in:
Jack Hadrill
2022-02-01 02:12:49 +00:00
parent 0f2f619e96
commit a93bfc182f
10 changed files with 209 additions and 15 deletions

4
src/common.ts Normal file
View File

@@ -0,0 +1,4 @@
export enum ByteLength {
UInt16 = 2,
UInt32 = 4
}