UNPKG
occaecatidicta
Version:
latest (1.0.0)
1.0.0
github.com/MyleneMcClure/occaecatidicta.git
MyleneMcClure/occaecatidicta
occaecatidicta
/
packages
/
omelox-protobuf
/
lib
/
constant.ts
9 lines
•
133 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
export
let
TYPES
=
{
uInt32 :
0
,
sInt32 :
0
,
int32 :
0
,
double :
1
,
string :
2
,
message :
2
,
float :
5
}
;