UNPKG
occaecatidicta
Version:
latest (1.0.0)
1.0.0
github.com/MyleneMcClure/occaecatidicta.git
MyleneMcClure/occaecatidicta
occaecatidicta
/
examples
/
websocket-chat-ts-run
/
game-server
/
config
/
serverProtos.ts
8 lines
(7 loc)
•
149 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
module
.
exports
= {
'onChat'
: {
'required string msg'
:
1
,
'required string from'
:
2
,
'required string target'
:
3
} };