Last commit not found
raw
history blame
142 Bytes
// Symbols are used for context to avoid polluting the global scope
export const clientSymbol = Symbol();
export const roomSymbol = Symbol();