File size: 142 Bytes
bb88c4d
 
 
1
2
3
4
// Symbols are used for context to avoid polluting the global scope
export const clientSymbol = Symbol();
export const roomSymbol = Symbol();