partey_workadventure/back/src/Model
David Négrier a373626e24 Removing all "any" from back.
To do this, I used generic-type-guard package which generates both an interface AND a valid type guard from code.
With this, we are 100% sure that the messages we receive are validated at runtime!
The client cannot pass us an object that is invalid! \o/
2020-06-09 23:07:19 +02:00
..
Websocket Removing all "any" from back. 2020-06-09 23:07:19 +02:00
Distance.ts blocked on some logic...WIP commit 2020-04-08 20:40:44 +02:00
Group.ts Turning let into const where applicable 2020-06-09 15:54:54 +02:00
PositionInterface.ts Switching connection to a barycenter approach 2020-04-29 22:41:48 +02:00
UserInterface.ts unit test on connect is working, lets start the worst .... 2020-04-09 23:26:19 +02:00
World.ts Turning let into const where applicable 2020-06-09 15:54:54 +02:00