export const wordLength = 5; export function pick(array: Array): T { return array[Math.floor(array.length * Math.random())]; }