export const COMMA_ARABIC = '،';

export const COMMA_LATIN = ',';

export const BLANK = ' ';

export const BONUS_CHARACTER = 'BONUS_CHARACTER';

export const BONUS_WORD = 'BONUS_WORD';

export const EMPTY_CELL = ' ';

export const NO_BONUS = { characterMultiplier: 1, wordMultiplier: 1 };

export const CONSONANTS = 'bcçćdfgğhjklłmnńñpqrsşśtvwxzźż'.split('');

export const VOWELS = 'aąäeęioóöuüyı'.split('');
