selectors.ts 149 B

123
  1. import { GlobalState } from './reducer/types';
  2. export const isMaster = (state: GlobalState): boolean => state.player.master === state.myClientName;