You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Certain types like player id nanoids and Agent.ID are effectively just strings or numbers, leading to lower type safety in typescript as it won't catch errors when perhaps a player id is not used in the right place.
Certain types like player id
nanoid
s andAgent.ID
are effectively just strings or numbers, leading to lower type safety in typescript as it won't catch errors when perhaps a player id is not used in the right place.https://codemix.com/opaque-types-in-javascript/
The text was updated successfully, but these errors were encountered: