Duplicated from Detomo/ai-comic-generation
2728346
1
2
3
export const pick = (items: string[]) => items[Math.floor(Math.random()*items.length)]